mirror of https://github.com/CGAL/cgal
reuse.yml: call apt-get update
This commit is contained in:
parent
119dfaa396
commit
c5147435aa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue