Skip to content

Commit 3c10f99

Browse files
committed
Fix github actions
1 parent bcd1eaf commit 3c10f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ls -lah
3030
- name: Install dependencies
3131
run: |
32-
apt install build-essential
32+
apt install build-essentials
3333
apt install cmake
3434
apt install emscripten
3535
- name: Install Rust

0 commit comments

Comments
 (0)