Skip to content

Commit 8031ddb

Browse files
committed
Trying again with CI.
1 parent 2bfd04b commit 8031ddb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
version: '8.14'
2424
- name: Install a86 and langs
2525
run: |
26-
printf "hi"
27-
printf "there"
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/
2830
- name: Build and test
2931
run: |
3032
export LINK_DIR=/usr/lib/x86_64-linux-gnu

0 commit comments

Comments
 (0)