We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3a8b0 commit d672759Copy full SHA for d672759
.github/workflows/swift-toolchain.yml
@@ -2694,6 +2694,7 @@ jobs:
2694
-G Ninja `
2695
-S ${{ github.workspace }}/SourceCache/swift/Runtimes/Supplemental/Observation `
2696
-D SwiftCore_DIR=${{ github.workspace }}/BinaryCache/ExperimentalRuntime/cmake/SwiftCore `
2697
+ -D SwiftOverlay_DIR=${{ github.workspace }}/BinaryCache/ExperimentalOverlay/cmake/SwiftOverlay
2698
- name: Build Experimental Observation
2699
if: matrix.os != 'Android' || inputs.build_android
2700
run: |
0 commit comments