Skip to content

Commit 8726ea4

Browse files
LiedtkeV8-internal LUCI CQ
authored andcommitted
[github] Use pre-installed swift version
The marketplace GitHub action for checking out a specific swift version causes all kinds of issues. While installing swift manually is possible, it's extra work. As the default GitHub ubuntu container ships with swift 6.2 pre-installed, switch to just using that version. Note: The MacOS instance uses 6.1.2 which is also new enough for our purposes. This allows us to reland commit 80ad045. Fixed: 448848874 Change-Id: I28fa83b07c3f49dcdd6ef45dbac838d7ebeb885e Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/8687278 Reviewed-by: Michael Achenbach <[email protected]> Commit-Queue: Michael Achenbach <[email protected]> Auto-Submit: Matthias Liedtke <[email protected]>
1 parent b5a499f commit 8726ea4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/swift.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: 25-nightly
29-
- uses: swift-actions/setup-swift@v2
30-
with:
31-
swift-version: "6.0.3"
3229
- name: Swift Version
3330
run: swift --version
3431
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)