We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a426b99 commit 50d78edCopy full SHA for 50d78ed
1 file changed
.github/workflows/push.yml
@@ -27,8 +27,8 @@ jobs:
27
gcc --version
28
- name: Install a86 package
29
run: |
30
- git clone --branch "${{ github.ref_name }}" --single-branch https://github.com/cmsc430/a86.git
31
- raco pkg install --auto --no-docs a86/
+ git clone --branch "${{ github.ref_name }}" --single-branch https://github.com/cmsc430/a86.git ../a86
+ raco pkg install --auto --no-docs ../a86/
32
- name: Install assignments package
33
34
raco pkg install --auto --no-docs ../assignments/
0 commit comments