Skip to content

Commit c3b06cc

Browse files
committed
Clone a86 and langs rather than use raco to install them as deps.
1 parent d1e6001 commit c3b06cc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ jobs:
2121
distribution: 'full'
2222
variant: 'CS'
2323
version: '8.14'
24+
- 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'
2427
- name: Build and test
2528
run: |
2629
export LINK_DIR=/usr/lib/x86_64-linux-gnu
27-
raco pkg install --auto www/
30+
# raco pkg install --auto www/
2831
raco make www/main.scrbl
2932
make -C www main
3033
- name: Archive www

0 commit comments

Comments
 (0)