Skip to content

Commit

Permalink
Enable relocatable at config step
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Nov 29, 2024
1 parent 005a801 commit a530e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Build - Configure
run: |
cabal configure --enable-tests --enable-benchmarks --disable-documentation
cabal configure --enable-tests --enable-benchmarks --disable-documentation --enable-relocatable
cabal build all --dry-run
# The last step generates dist-newstyle/cache/plan.json for the cache key.

Expand Down

0 comments on commit a530e60

Please sign in to comment.