Skip to content

Commit 50d78ed

Browse files
committed
Avoid package path overlap in assignments CI
1 parent a426b99 commit 50d78ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
gcc --version
2828
- name: Install a86 package
2929
run: |
30-
git clone --branch "${{ github.ref_name }}" --single-branch https://github.com/cmsc430/a86.git
31-
raco pkg install --auto --no-docs a86/
30+
git clone --branch "${{ github.ref_name }}" --single-branch https://github.com/cmsc430/a86.git ../a86
31+
raco pkg install --auto --no-docs ../a86/
3232
- name: Install assignments package
3333
run: |
3434
raco pkg install --auto --no-docs ../assignments/

0 commit comments

Comments
 (0)