Skip to content

Commit

Permalink
Fix another path
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Jan 25, 2024
1 parent 5a48f58 commit f45066b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ jobs:
if: ${{ matrix.os != 'windows-latest' }}
run: |
cat LocalPreferences.toml
ls -la $(pwd)/smesh/install/lib/libsmesh.so
ls -la $(pwd)/smesh/install/lib/libsmesh.*
- name: Verify
if: ${{ matrix.os == 'windows-latest' }}
run: |
cat LocalPreferences.toml
ls -la $(pwd)/smesh/install/lib/libsmesh.so
ls -la $(pwd)/smesh/install/lib/libsmesh.*
shell: 'msys2 {0}'
# END - Build smesh locally - remove once JLL package is available
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit f45066b

Please sign in to comment.