Skip to content

Commit a6e57ad

Browse files
Merge pull request MikeMirzayanov#211 from MikeMirzayanov/ConstantBoundsLog
Constant bounds log
2 parents 8554703 + 7968ff5 commit a6e57ad

File tree

18 files changed

+281
-10
lines changed

18 files changed

+281
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- uses: actions/checkout@v3
9191
- name: Run tests
9292
run: |
93+
sudo apt-get update
9394
sudo apt-get install gcc-${{ matrix.version }}-multilib g++-${{ matrix.version }}-multilib
9495
cd tests
9596
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
@@ -106,6 +107,7 @@ jobs:
106107
- uses: actions/checkout@v3
107108
- name: Run tests
108109
run: |
110+
sudo apt-get update
109111
sudo apt-get install gcc-multilib g++-multilib
110112
cd tests
111113
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
@@ -122,6 +124,7 @@ jobs:
122124
- uses: actions/checkout@v3
123125
- name: Run tests
124126
run: |
127+
sudo apt-get update
125128
sudo apt-get install gcc-${{ matrix.version }}-multilib g++-${{ matrix.version }}-multilib
126129
cd tests
127130
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
@@ -138,6 +141,7 @@ jobs:
138141
- uses: actions/checkout@v3
139142
- name: Run tests
140143
run: |
144+
sudo apt-get update
141145
sudo apt-get install gcc-multilib g++-multilib
142146
cd tests
143147
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32

0 commit comments

Comments
 (0)