Skip to content

Commit

Permalink
reuse.yml: call apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Feb 26, 2024
1 parent fa2a031 commit c6ae91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
args: spdx
- name: install dependencies
run: sudo apt-get install -y cmake
run: sudo apt-get update && sudo apt-get install -y cmake
- name: Create CGAL internal release
run: |
mkdir -p ./release
Expand Down

0 comments on commit c6ae91a

Please sign in to comment.