Skip to content

Commit

Permalink
Make executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 25, 2024
1 parent ff513ce commit 31c34a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
id: lair-keystore
run: |
gh release download ${{ inputs.check-tag }} --pattern 'lair-keystore-x86_64-linux' --repo holochain/holochain
chmod +x lair-keystore-x86_64-linux
set +x
./lair-keystore-x86_64-linux --version
result=$?
Expand All @@ -40,6 +41,7 @@ jobs:
- name: Check Lair Keystore
run: |
gh release download ${{ inputs.check-tag }} --pattern 'lair-keystore-x86_64-linux' --repo holochain/holochain
chmod +x lair-keystore-x86_64-linux
set +x
./lair-keystore-x86_64-linux --version
result=$?
Expand Down

0 comments on commit 31c34a6

Please sign in to comment.