Skip to content

Commit

Permalink
Trying again with CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Oct 17, 2024
1 parent 2bfd04b commit 8031ddb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
version: '8.14'
- name: Install a86 and langs
run: |
printf "hi"
printf "there"
git clone https://github.com/cmsc430/a86.git
git clone https://github.com/cmsc430/langs.git
raco pkg install --auto a86/
raco pkg install --auto langs/
- name: Build and test
run: |
export LINK_DIR=/usr/lib/x86_64-linux-gnu
Expand Down

0 comments on commit 8031ddb

Please sign in to comment.