Skip to content

Commit

Permalink
Switch back to patchelf (maybe it will work)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdenKoperczak committed Jan 8, 2025
1 parent 6d5080b commit 62e3bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
mkdir source/build
cd source/build
cmake .. \
-D CMAKE_BUILD_TYPE=Release \
-D "CMAKE_BUILD_RPATH=."
-D CMAKE_BUILD_TYPE=Release
make -j4
- name: Make grib2pf-advanced
Expand All @@ -64,6 +63,7 @@ jobs:
source/icon \
source/requirements.txt \
dist/grib2pf-advanced
patchelf --set-rpath "." dist/grib2pf-advanced/*.so
- name: Upload grib2pf-advanced
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 62e3bb3

Please sign in to comment.