We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfd04b commit 8031ddbCopy full SHA for 8031ddb
.github/workflows/push.yml
@@ -23,8 +23,10 @@ jobs:
23
version: '8.14'
24
- name: Install a86 and langs
25
run: |
26
- printf "hi"
27
- printf "there"
+ git clone https://github.com/cmsc430/a86.git
+ 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
32
export LINK_DIR=/usr/lib/x86_64-linux-gnu
0 commit comments