We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e6001 commit c3b06ccCopy full SHA for c3b06cc
1 file changed
.github/workflows/push.yml
@@ -21,10 +21,13 @@ jobs:
21
distribution: 'full'
22
variant: 'CS'
23
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'
27
- name: Build and test
28
run: |
29
export LINK_DIR=/usr/lib/x86_64-linux-gnu
- raco pkg install --auto www/
30
+ # raco pkg install --auto www/
31
raco make www/main.scrbl
32
make -C www main
33
- name: Archive www
0 commit comments