Skip to content

Commit

Permalink
Fix path for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Dec 17, 2024
1 parent 538249e commit 561a20a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
gcc --version
- name: Install a86 package
run: |
raco pkg install a86/
pwd
raco pkg install ../a86/
- name: Install langs package
run: |
# This *should* use the locally installed a86
Expand Down

0 comments on commit 561a20a

Please sign in to comment.