Skip to content

Commit

Permalink
Weird syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Oct 17, 2024
1 parent 5152adb commit c34be8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:
distribution: 'full'
variant: 'CS'
version: '8.14'
- name: Install a86 and langs package
- name: Build and test
run: |
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: |
raco pkg install --auto langs/
export LINK_DIR=/usr/lib/x86_64-linux-gnu
# raco pkg install --auto www/
raco make www/main.scrbl
Expand Down

0 comments on commit c34be8a

Please sign in to comment.