Skip to content

Commit

Permalink
Remove -f for rm commands (fix binaries on Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Jun 15, 2023
1 parent c01e949 commit 7bb9a9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

- name: 🔨 Remove rzk.cabal, lexer and parser generator files
run: |
rm -f rzk/src/Language/Rzk/Syntax/Lex.x
rm -f rzk/src/Language/Rzk/Syntax/Par.y
rm -f rzk/rzk.cabal
rm rzk/src/Language/Rzk/Syntax/Lex.x
rm rzk/src/Language/Rzk/Syntax/Par.y
rm rzk/rzk.cabal
- name: 🔨 Build the project
run: stack build
Expand Down

0 comments on commit 7bb9a9c

Please sign in to comment.