Skip to content

Commit c50a2e7

Browse files
committed
Debug shared library issue for LLVM 21 on Ubuntu
1 parent 9b031fb commit c50a2e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ jobs:
119119
if: ${{ matrix.os != 'windows-latest' }}
120120
run: |
121121
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
122+
- name: Test Build Artifact (Ubuntu)
123+
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
124+
run: |
125+
echo -e "foreign printf(format *ubyte, ...) int\nfunc main {\nprintf('Hello, world!\\n')\n}" > h.adept
126+
build/adept h.adept
127+
./h
122128
- name: Archive Build Result
123129
uses: a7ul/[email protected]
124130
with:

0 commit comments

Comments
 (0)