There was an error while loading. Please reload this page.
1 parent 07f7835 commit 74d8019Copy full SHA for 74d8019
1 file changed
.github/workflows/test-default.yml
@@ -57,6 +57,10 @@ jobs:
57
- name: setupclang-win-11-arm
58
if: matrix.c == '-DCMAKE_C_COMPILER=clang' && matrix.os == 'windows-11-arm' || matrix.os == 'windows-latest'
59
uses: egor-tensin/setup-clang@v1
60
+
61
+ - name: ubuntu-updateall
62
+ if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
63
+ run: sudo apt update && sudo apt upgrade
64
65
- name: Test
66
run: ${{ matrix.bash }} ./test.sh ${{ matrix.c }} ${{ matrix.cc }} ${{ matrix.conf }}
0 commit comments