Skip to content

Commit

Permalink
fix: Add missing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensdavid committed Jun 13, 2024
1 parent ed0dd3c commit e9a5361
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
# v1 tag as of 2024-06-13
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3
with:
# (required) GitHub token for creating GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -28,7 +29,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
# Install dependencies
# latest commit as of 2024-06-13
- uses: awalsh128/cache-apt-pkgs-action@f2fc6d1af4d6abf8a4dcd37fd74a9a15c2273b9f
with:
packages: libssl-dev
# v1.21.0 as of 2024-06-13
- uses: taiki-e/upload-rust-binary-action@b988355f8b505d51359af5c8d4afc3646c3fac1e
with:
bin: prodzilla
target: ${{ matrix.target }}
Expand Down

0 comments on commit e9a5361

Please sign in to comment.