We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1acf4 commit 8cc4b63Copy full SHA for 8cc4b63
.github/workflows/eqwalize.yaml
@@ -28,8 +28,10 @@ jobs:
28
sudo apt-get -y install libssl-dev
29
30
- 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
+ uses: supplypike/setup-bin@v3
+ with:
33
+ uri: https://github.com/WhatsApp/eqwalizer/releases/download/v0.17.16/elp-linux.tar.gz
34
+ name: 'elp'
35
run: |
36
curl -LJO $ELP_BIN && tar -xzf elp-linux.tar.gz
37
chmod +x elp
0 commit comments