Skip to content

Commit

Permalink
Absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jan 6, 2025
1 parent 05fa960 commit 66cc272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- run: npx elm-tooling install

- run: PATH="../tests/elm-bin:./node_modules/.bin:$PATH" elm-watch make --optimize
- run: PATH="$PWD/../tests/elm-bin:$PWD/node_modules/.bin:$PATH" elm-watch make --optimize

- run: npm run esbuild -- --minify

Expand Down

0 comments on commit 66cc272

Please sign in to comment.