Skip to content

Commit

Permalink
Remove extra step
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Feb 18, 2023
1 parent 043f8e8 commit b80795c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ jobs:
env:
HOST_OS: ${{ runner.os }}

- name: Add libraries to PATH (Windows)
if: runner.os == 'Windows'
run: |
echo "${HOME}/.local/bin" >> $GITHUB_PATH
echo "${HOME}/.local/lib" >> $GITHUB_PATH
- name: Build Dependencies
run: |
stack build --ghc-options="-Werror" --extra-include-dirs=$HOME/.local/include --extra-lib-dirs=$HOME/.local/lib --only-dependencies
Expand Down

0 comments on commit b80795c

Please sign in to comment.