Skip to content

Commit

Permalink
apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Oct 14, 2023
1 parent 7a929b8 commit 97a8012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: install deps [Ubuntu]
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install llvm-dev libclang-dev clang pkg-config libssl-dev
sudo apt update
sudo apt install make llvm-dev libclang-dev clang pkg-config libssl-dev
- name: install deps [MacOS]
if: matrix.os == 'macOS-latest'
Expand Down

0 comments on commit 97a8012

Please sign in to comment.