Skip to content

Commit

Permalink
ci: fix script to work on macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotfontaine committed Oct 2, 2024
1 parent c32e57d commit 98fe7cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Set up examples
run: |-
git clone https://github.com/cylc/cylc-flow examples/cylc-flow --single-branch --depth=1 --filter=blob:none
rm examples/cylc-flow/tests/{f,i,k,u}
rm examples/cylc-flow/etc/syntax/reference-files/*.cylc
xargs -a .github/workflows/parse-blacklist.txt rm
rm -f examples/cylc-flow/tests/{f,i,k,u}
rm -f examples/cylc-flow/etc/syntax/reference-files/*.cylc
xargs rm -f < .github/workflows/parse-blacklist.txt
shell: bash
- name: Parse examples
uses: tree-sitter/parse-action@v4
with:
Expand Down

0 comments on commit 98fe7cf

Please sign in to comment.