Skip to content

Commit 8cc4b63

Browse files
committed
fix for github action
Signed-off-by: Alejandro M. Ramallo <[email protected]>
1 parent fd1acf4 commit 8cc4b63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/eqwalize.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
sudo apt-get -y install libssl-dev
2929
3030
- name: Install Eqwalizer and add it to path
31-
env:
32-
ELP_BIN: https://github.com/WhatsApp/eqwalizer/releases/download/v0.17.16/elp-linux.tar.gz
31+
uses: supplypike/setup-bin@v3
32+
with:
33+
uri: https://github.com/WhatsApp/eqwalizer/releases/download/v0.17.16/elp-linux.tar.gz
34+
name: 'elp'
3335
run: |
3436
curl -LJO $ELP_BIN && tar -xzf elp-linux.tar.gz
3537
chmod +x elp

0 commit comments

Comments
 (0)