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 f4147a5 commit 6804930Copy full SHA for 6804930
.github/workflows/builds.yml
@@ -75,6 +75,7 @@ jobs:
75
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
76
run: |
77
pwd
78
+ ls
79
scons target=${{ matrix.target-type }} platform=${{ matrix.target.platform }} arch=${{ matrix.target.arch }} precision=${{ matrix.float-precision }}
80
81
# Sign the binary (macOS only)
0 commit comments