run with ./

This commit is contained in:
Kyle Zsembery 2020-09-24 19:35:56 +10:00
parent f799890883
commit 36f6347b92
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: npm install
- name: Download lokid binaries
run: sh download-dev-bins.sh
run: ./download-dev-bins.sh
env:
OS: ${{ runner.os }}
shell: bash