mirror of https://github.com/CGAL/cgal
reuse.yml: call apt-get update
This commit is contained in:
parent
fa2a031b66
commit
c6ae91aca4
|
|
@ -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