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 2925a53 commit f58d534Copy full SHA for f58d534
.github/workflows/buildroot.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/[email protected]
22
with:
23
name: build-${{ matrix.arch }}
24
- path: ${{ github.workspace }}/output/${{ matrix.arch }}/images/rootfs.tar
+ path: /workspaces/buildroot-swift/output/${{ matrix.arch }}/images/rootfs.tar
25
- name: Build Test
26
run: |
27
export SWIFT_BUILDROOT=$GITHUB_WORKSPACE
@@ -31,4 +31,4 @@ jobs:
31
32
33
name: swift-hello-${{ matrix.arch }}
34
- path: ${{ github.workspace }}/output/${{ matrix.arch }}/target/usr/bin/swift-hello
+ path: /workspaces/buildroot-swift/output/${{ matrix.arch }}/target/usr/bin/swift-hello
0 commit comments