Skip to content

Commit

Permalink
Try dropping back to actions/checkout@v3 for Linux platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Jul 10, 2024
1 parent 8cd4cc2 commit 79f8569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
container:
image: swift:${{ matrix.tag }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: apt-get update && apt-get install -y ninja-build curl
- run: curl -L https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1-linux-x86_64.tar.gz | tar xz --strip-components=1 -C /usr
- run: swift -version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
container:
image: swift:${{ matrix.tag }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- run: YAMS_DEFAULT_ENCODING=UTF16 swift test --parallel
- run: YAMS_DEFAULT_ENCODING=UTF8 swift test --parallel

Expand Down

0 comments on commit 79f8569

Please sign in to comment.