Skip to content

Commit

Permalink
Update zig version
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Jul 7, 2024
1 parent cbb0b2e commit 06b5d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
with:
add: "libs/libopus/"
default_author: github_actions
message: Update ${{ matrix.config.rid }} to ${{ steps.build.outputs.version }}
message: Update Opus ${{ matrix.config.rid }} to ${{ steps.build.outputs.version }}
pull: "--rebase --autostash"
push: true
update-version:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v2
if: contains(matrix.config.command, 'zig')
with:
version: 0.11.0
version: 0.12.0
- name: Set up JDK 17
if: contains(matrix.config.rid, 'android')
uses: actions/setup-java@v4
Expand All @@ -136,7 +136,7 @@ jobs:
with:
add: "libs/libsodium/"
default_author: github_actions
message: Update ${{ matrix.config.rid }} to ${{ steps.build.outputs.version }}
message: Update Sodium ${{ matrix.config.rid }} to ${{ steps.build.outputs.version }}
pull: "--rebase --autostash"
push: true
update-version:
Expand Down

0 comments on commit 06b5d7e

Please sign in to comment.