Skip to content

Commit

Permalink
Fix wasm CI invalid format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Sep 17, 2024
1 parent 339f4d6 commit afad32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
swift_version: ["5.10-RELEASE"]
swift_version: ["5.10.0-RELEASE"]
os: [ubuntu-22.04]
extra_params: []
extra_params: [""]
runs-on: ${{ matrix.os }}
env:
OPENSWIFTUI_WERROR: 1
Expand Down

0 comments on commit afad32f

Please sign in to comment.