Skip to content

Commit 958f8ed

Browse files
committed
adding dep git so assets are named with version
1 parent 6cd29b1 commit 958f8ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
zip \
3333
libcurl4-openssl-dev \
3434
curl \
35-
rsync
35+
rsync \
36+
git
3637
- name: make
3738
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 USE_CURL_DLOPEN=0 make -j
3839
- name: download paks

0 commit comments

Comments
 (0)