We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5152adb commit c34be8aCopy full SHA for c34be8a
1 file changed
.github/workflows/push.yml
@@ -21,14 +21,12 @@ jobs:
21
distribution: 'full'
22
variant: 'CS'
23
version: '8.14'
24
- - name: Install a86 and langs package
+ - name: Build and test
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/
30
- - name: Build and test
31
- run: |
+ raco pkg install --auto langs/
32
export LINK_DIR=/usr/lib/x86_64-linux-gnu
33
# raco pkg install --auto www/
34
raco make www/main.scrbl
0 commit comments