Skip to content

Commit a451cbf

Browse files
committed
Using apt-get instead of apt...
1 parent 3ab55f0 commit a451cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
path: target
4242
- name: Install Implentations
4343
run: |
44-
sudo apt update
45-
suto apt -y install guile-3.0 racket
44+
sudo apt-get update
45+
suto apt-get -y install guile-3.0 racket
4646
- name: Run test
4747
working-directory: target
4848
run: make guile racket

0 commit comments

Comments
 (0)