Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 29, 2024
1 parent b0971ac commit 5c6013b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install deps
if: ${{ contains(matrix.host_os, 'ubuntu') }}
run: .github/workflow/install-build-tools.sh +stable --target=${{ matrix.target }}
run: .github/workflows/install-build-tools.sh +stable --target=${{ matrix.target }}
shell: sh
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 5c6013b

Please sign in to comment.