Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoopmann authored Oct 8, 2024
1 parent b390fc9 commit dc875b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
run: ./MSSingleScan

- name: test shared lib version
run: ./MSSingleScanSL
run: |
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/home/runner/work/mstoolkit/mstoolkit/ && \
./MSSingleScanSL

0 comments on commit dc875b3

Please sign in to comment.