Skip to content

Commit 16bb3b7

Browse files
committed
CI Fix #2
1 parent 9a1a025 commit 16bb3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-checks-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# uses: dtolnay/rust-toolchain@stable
1717

1818
- name: Install Guile
19-
run: sudo apt-get install guile-3.0
19+
run: sudo apt-get install guile-3.0-dev
2020

2121
- name: Attempt to restore dependencies from cache
2222
uses: actions/cache@v4

0 commit comments

Comments
 (0)