Skip to content

Commit a54cfe4

Browse files
committed
clear(workflow): remove redundant linux dependencies installation step
1 parent 4ca1f6d commit a54cfe4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ jobs:
115115
mingw-w64-x86_64-cc
116116
mingw-w64-x86_64-cmake
117117
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
124118
125119
- name: linux install openblas
126120
if: contains(matrix.name, 'openblas')

0 commit comments

Comments
 (0)