We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61083c9 commit 057f85fCopy full SHA for 057f85f
.github/workflows/api-deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: Swatinem/rust-cache@v2
30
- name: Install dependencies
31
run: |
32
- apt install zig -y
+ sudo 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