Skip to content

Commit 36981ee

Browse files
committed
Update to zip
1 parent 8aecfdf commit 36981ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
wget https://github.com/mlpack/ensmallen/archive/refs/tags/2.22.2.zip
199199
- name: Build ensmallen
200200
run: |
201-
tar xvf 2.22.2.tar.gz
201+
unzip 2.22.2.zip
202202
cd 2.22.0
203203
mkdir build
204204
cd build

0 commit comments

Comments
 (0)