Skip to content

Commit

Permalink
Update swift-build-script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbndr authored Feb 23, 2025
1 parent 5c236f0 commit 0d149ef
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/swift-build-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ on:
required: false
type: string

jobs:
debug:
runs-on: windows-latest
steps:
- run: |
powershell.exe -command "Get-Command Get-FileHash"
context:
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -420,9 +413,4 @@ jobs:
subst S: ${{ github.workspace }}
- run: |
powershell.exe ^
-ExecutionPolicy RemoteSigned ^
-File ${{ github.workspace }}\swift\utils\build.ps1 ^
-SourceCache ${{ github.workspace }} ^
-WindowsSDKs x64 ^
-EnableCaching
powershell.exe -ExecutionPolicy RemoteSigned -File ${{ github.workspace }}\swift\utils\build.ps1 -SourceCache ${{ github.workspace }} -WindowsSDKs x64 -EnableCaching

0 comments on commit 0d149ef

Please sign in to comment.