Skip to content

Commit

Permalink
Add the overwrite option to the correct workflow: linux, not macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamatongwe committed Mar 18, 2024
1 parent d52ce43 commit cd5d866
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-check-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
name: liblexilla.dylib
path: bin/liblexilla.dylib
overwrite: true
- name: Test lexing and folding
run: (cd test && make DEBUG=1 CXX=${{matrix.cpp_compiler}} test)
- name: CheckLexilla C Example
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
name: liblexilla.so
path: bin/liblexilla.so
overwrite: true
- name: Test lexing and folding
run: (cd test && make DEBUG=1 CXX=${{matrix.cpp_compiler}} test)
- name: CheckLexilla C Example
Expand Down

0 comments on commit cd5d866

Please sign in to comment.