harmless but unnecessary

This commit is contained in:
Jacob Heider 2024-06-18 00:45:03 -04:00
parent b3a3089b0d
commit 6f3fe47b71
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -60,6 +60,7 @@ build:
# vendor pkl-linux-x86-64 to deal with PIC issues # vendor pkl-linux-x86-64 to deal with PIC issues
- run: curl -LO "https://github.com/apple/pkl/releases/download/{{version.tag}}/pkl-linux-amd64" - run: curl -LO "https://github.com/apple/pkl/releases/download/{{version.tag}}/pkl-linux-amd64"
if: linux/x86-64
working-directory: pkl-cli/build/executable working-directory: pkl-cli/build/executable
- run: | - run: |