Skip to content

Commit

Permalink
Try to update before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
etcimon committed Dec 13, 2023
1 parent 2405430 commit a81bb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
compiler: ${{ matrix.dc }}
- name: Install multi-lib for 32-bit systems
if: matrix.arch == 'x86' && matrix.os == 'ubuntu-latest'
run: sudo apt-get install gcc-multilib --fix-missing
run: sudo apt-get update && sudo apt-get install gcc-multilib --fix-missing
- id: build
name: Test library
run: |
Expand Down

0 comments on commit a81bb13

Please sign in to comment.