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 a30fe60 commit cc9989cCopy full SHA for cc9989c
1 file changed
.github/workflows/remoteBuild.yml
@@ -124,7 +124,7 @@ jobs:
124
if: ${{ matrix.os != 'windows-latest' }}
125
run: |
126
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
127
- - name: - name: Test Build Artifact (Ubuntu)
+ - name: Test Build Artifact (Ubuntu)
128
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
129
130
echo -e "foreign printf(format *ubyte, ...) int\nfunc main {\nprintf('Hello, world!\\n')\n}" > h.adept
0 commit comments