Skip to content

Commit

Permalink
fix name (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Aug 22, 2024
1 parent a3f2497 commit f5acf6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Run ED2
working-directory: ./EDTS/
run: |
chmod +x "$GITHUB_WORKSPACE"/ed2-binary
./run-test.sh ${{ matrix.name }} "$GITHUB_WORKSPACE/ed2-binary"
chmod +x "$GITHUB_WORKSPACE"/ed_2.2-dbg
./run-test.sh ${{ matrix.name }} "$GITHUB_WORKSPACE/ed_2.2-dbg"

0 comments on commit f5acf6d

Please sign in to comment.