We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca1f6d commit a54cfe4Copy full SHA for a54cfe4
1 file changed
.github/workflows/main.yml
@@ -115,12 +115,6 @@ jobs:
115
mingw-w64-x86_64-cc
116
mingw-w64-x86_64-cmake
117
make
118
-
119
- - name: linux install dependencies
120
- if: startsWith(matrix.name, 'linux-')
121
- run: |
122
- sudo apt-get update -y
123
- sudo apt-get install -y build-essential wget git cmake sqlite3 libcurl4-openssl-dev
124
125
- name: linux install openblas
126
if: contains(matrix.name, 'openblas')
0 commit comments