File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 2222 - build_no_lapacke
2323 - build_no_shared
2424 - build_openmp
25- container :
26- image : rust
2725 env :
2826 RUST_BACKTRACE : 1
2927 steps :
3230 submodules : " recursive"
3331 - name : Install gfortran by apt
3432 run : |
35- apt update
36- apt install -y gfortran
33+ sudo apt update
34+ sudo apt install -y gfortran
3735 - name : Common minor tests
3836 run : cargo test --manifest-path=openblas-build/Cargo.toml
3937 - name : Build test
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 windows-msvc :
22- runs-on : windows-2019
22+ runs-on : windows-2022
2323 strategy :
2424 fail-fast : false
2525 matrix :
8282
8383 x86_64-unknown-linux-gnu :
8484 runs-on : ubuntu-22.04
85- container :
86- image : rust
8785 strategy :
8886 fail-fast : false
8987 matrix :
@@ -97,12 +95,12 @@ jobs:
9795 submodules : " recursive"
9896 - name : Install gfortran by apt
9997 run : |
100- apt update
101- apt install -y gfortran
98+ sudo apt update
99+ sudo apt install -y gfortran
102100 - name : Install OpenBLAS by apt
103101 run : |
104- apt update
105- apt install -y libopenblas-dev
102+ sudo apt update
103+ sudo apt install -y libopenblas-dev
106104 if : ${{ contains(matrix.feature, 'system') }}
107105 - name : Test features=${{ matrix.feature }}
108106 run : cargo test --features=${{ matrix.feature }} --manifest-path=openblas-src/Cargo.toml
@@ -139,8 +137,8 @@ jobs:
139137 - uses : actions/checkout@v4
140138 - name : Install OpenBLAS by apt
141139 run : |
142- apt update
143- apt install -y libopenblas-dev
140+ sudo apt update
141+ sudo apt install -y libopenblas-dev
144142 - name : Install toolchain
145143146144 - name : cargo test
You can’t perform that action at this time.
0 commit comments