Skip to content

Commit

Permalink
Include apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
anderruiz committed Nov 14, 2023
1 parent 8b11b94 commit f6db0ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [ubuntu-22.04.3, windows-2022, macos-11]
include:
- os: ubuntu-22.04
- os: ubuntu-22.04.3
arch: linux-x64
- os: windows-2022
arch: win-x64
Expand All @@ -28,6 +28,7 @@ jobs:
- name: Install dependencies
if: matrix.arch == 'linux-x64'
run: |
apt-get update
sudo apt install clang
sudo apt-get install libtool
sudo apt-get install libssl-dev
Expand Down

0 comments on commit f6db0ee

Please sign in to comment.