Skip to content

Commit

Permalink
Clone a86 and langs rather than use raco to install them as deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Oct 17, 2024
1 parent d1e6001 commit c3b06cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
distribution: 'full'
variant: 'CS'
version: '8.14'
- name: Install a86 and langs package
run: raco pkg install 'https://github.com/cmsc430/a86.git?path=langs#main'
run: raco pkg install 'https://github.com/cmsc430/langs.git?path=langs#main'
- name: Build and test
run: |
export LINK_DIR=/usr/lib/x86_64-linux-gnu
raco pkg install --auto www/
# raco pkg install --auto www/
raco make www/main.scrbl
make -C www main
- name: Archive www
Expand Down

0 comments on commit c3b06cc

Please sign in to comment.