Skip to content

Commit 5152adb

Browse files
committed
Try again.
1 parent c3b06cc commit 5152adb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
variant: 'CS'
2323
version: '8.14'
2424
- name: Install a86 and langs package
25-
run: raco pkg install 'https://github.com/cmsc430/a86.git?path=langs#main'
26-
run: raco pkg install 'https://github.com/cmsc430/langs.git?path=langs#main'
25+
run: |
26+
git clone https://github.com/cmsc430/a86.git
27+
git clone https://github.com/cmsc430/langs.git
28+
raco pkg install --auto a86/
29+
raco pkg install --auto langs/
2730
- name: Build and test
2831
run: |
2932
export LINK_DIR=/usr/lib/x86_64-linux-gnu

0 commit comments

Comments
 (0)