We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9549e45 commit a4ddbdeCopy full SHA for a4ddbde
.github/workflows/SwiftPlot_Ubuntu.yml
@@ -17,7 +17,10 @@ jobs:
17
- name: Install Swift Dependencies
18
run: sudo apt-get install clang libicu-dev
19
- name: Install Swift
20
- uses: fwal/setup-swift@v1
+ # TODO: Use the release version again once
21
+ # https://github.com/swift-actions/setup-swift/pull/680
22
+ # is merged
23
+ uses: swift-actions/setup-swift@bb83339d1e8577741bdc6c65ba551ce7dc0fb854
24
with:
25
swift-version: "5.4"
26
- name: Build
0 commit comments