Skip to content

Commit

Permalink
Test appending to path
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Nov 7, 2023
1 parent 3e0b9c7 commit c1b8172
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,10 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3
- name: Append to path
run: |
$RTLPath = cygpath -w ${{ github.workspace }}/BinaryCache/Developer/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk/usr/bin
Add-Content ${env:GITHUB_PATH} "${RTLPath}"
- name: Setup Visual Studio Development Environment
uses: compnerd/gha-setup-vsdevenv@main

- name: Install Swift
uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.8-release
tag: 5.8-RELEASE

- name: Build
run: swift build --verbose --build-tests

- name: Test
run: swift test --verbose --skip-build
- name: Print path
run: Write-Output ${env:Path}

0 comments on commit c1b8172

Please sign in to comment.