Skip to content

Commit

Permalink
Final try
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Jan 25, 2024
1 parent df096ac commit b80a829
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,9 @@ jobs:
cd ../..
cat << EOF > LocalPreferences.toml
[Smesh]
libsmesh = "$(pwd)/smesh/install/bin/libsmesh.dll"
libsmesh = "D:\a\Smesh.jl\Smesh.jl\smesh\install\bin\libsmesh.dll"
EOF
shell: 'msys2 {0}'
- name: Verify
if: ${{ matrix.os != 'windows-latest' }}
run: |
cat LocalPreferences.toml
ls -la $(pwd)/smesh/install/lib/libsmesh.*
- name: Verify
if: ${{ matrix.os == 'windows-latest' }}
run: |
cat LocalPreferences.toml
ls -la $(pwd)/smesh/install/lib/
ls -la $(pwd)/smesh/install/bin/
shell: 'msys2 {0}'
# END - Build smesh locally - remove once JLL package is available
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit b80a829

Please sign in to comment.