We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3901ee4 commit 61083c9Copy full SHA for 61083c9
.github/workflows/api-deploy.yml
@@ -29,6 +29,7 @@ jobs:
29
uses: Swatinem/rust-cache@v2
30
- name: Install dependencies
31
run: |
32
+ apt install zig -y
33
curl -fsSL https://cargo-lambda.info/install.sh | sh
34
cargo install sqlx-cli
35
- name: Build
0 commit comments