Skip to content

Commit 78564d0

Browse files
committed
Add ldconfig back into Workflow
1 parent 9856c10 commit 78564d0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/Build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,15 @@ jobs:
7272
path: build/dist/msi.log
7373

7474
- shell: bash
75-
if: matrix.os != 'windows-latest'
75+
if: ${{ matrix.os == 'ubuntu-latest' }}
76+
working-directory: build
77+
run: |
78+
ldconfig
79+
srcml --version
80+
srcml --text="int a;" -l C++
81+
82+
- shell: bash
83+
if: matrix.os == 'macos-latest'
7684
working-directory: build
7785
run: |
7886
srcml --version

0 commit comments

Comments
 (0)