Skip to content

Commit cc9989c

Browse files
committed
Try cleanup GitHub CI/CD environment
1 parent a30fe60 commit cc9989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
if: ${{ matrix.os != 'windows-latest' }}
125125
run: |
126126
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
127-
- name: - name: Test Build Artifact (Ubuntu)
127+
- name: Test Build Artifact (Ubuntu)
128128
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
129129
run: |
130130
echo -e "foreign printf(format *ubyte, ...) int\nfunc main {\nprintf('Hello, world!\\n')\n}" > h.adept

0 commit comments

Comments
 (0)