Skip to content

Commit c34be8a

Browse files
committed
Weird syntax error.
1 parent 5152adb commit c34be8a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ jobs:
2121
distribution: 'full'
2222
variant: 'CS'
2323
version: '8.14'
24-
- name: Install a86 and langs package
24+
- name: Build and test
2525
run: |
2626
git clone https://github.com/cmsc430/a86.git
2727
git clone https://github.com/cmsc430/langs.git
2828
raco pkg install --auto a86/
29-
raco pkg install --auto langs/
30-
- name: Build and test
31-
run: |
29+
raco pkg install --auto langs/
3230
export LINK_DIR=/usr/lib/x86_64-linux-gnu
3331
# raco pkg install --auto www/
3432
raco make www/main.scrbl

0 commit comments

Comments
 (0)