Skip to content

Commit

Permalink
ci sudo apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Jan 17, 2024
1 parent 36041fc commit d57ce40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install gcc-${{ matrix.version }}-multilib g++-${{ matrix.version }}-multilib
cd tests
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
Expand All @@ -106,6 +107,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib
cd tests
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
Expand All @@ -122,6 +124,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install gcc-${{ matrix.version }}-multilib g++-${{ matrix.version }}-multilib
cd tests
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
Expand All @@ -138,6 +141,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib
cd tests
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
Expand Down

0 comments on commit d57ce40

Please sign in to comment.