fix build

This commit is contained in:
fkunn1326
2024-08-04 06:55:20 +09:00
parent 5aa0f52674
commit 3d87e8fb99
2 changed files with 22 additions and 1 deletions

View File

@ -52,10 +52,11 @@ jobs:
strategy:
matrix:
os: [windows-latest]
swift-version: ["20240802.2"]
steps:
- uses: compnerd/gha-setup-swift@main
with:
release-tag-name: "20240626.0"
release-tag-name: ${{ matrix.swift-version }}
github-repo: thebrowsercompany/swift-build
release-asset-name: installer-amd64.exe
github-token: ${{ secrets.GITHUB_TOKEN }}