Skip to content

Commit 61083c9

Browse files
committed
fix: install zig
1 parent 3901ee4 commit 61083c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/api-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: Swatinem/rust-cache@v2
3030
- name: Install dependencies
3131
run: |
32+
apt install zig -y
3233
curl -fsSL https://cargo-lambda.info/install.sh | sh
3334
cargo install sqlx-cli
3435
- name: Build

0 commit comments

Comments
 (0)