Skip to content

Commit

Permalink
Testing 27
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ard committed May 7, 2024
1 parent 9ff12c0 commit 8d19a2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
py_rvm:
runs-on: ubuntu-latest
steps:
- name: Download gambit into gambit-artifact
- name: Download gambit artifact into gambit-artifact
uses: actions/download-artifact@v4
with:
name: gambit-linux-x86_64
path: gambit-artifact
repository: gambit/gambit
github-token: ${{ secrets.GAMBIT_DOWNLOAD_TOKEN }}
run-id: 7920968329

- name: Extract the artifact
run: |
ls -l gambit-artifact
mkdir -p gambit
Expand Down

0 comments on commit 8d19a2e

Please sign in to comment.