Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix github ci
Browse files Browse the repository at this point in the history
zaucy committed Jul 4, 2024
1 parent 1d96aa3 commit 9e72496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: .\test.ps1
dir: test
working-directory: test
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./test.sh
dir: test
working-directory: test

0 comments on commit 9e72496

Please sign in to comment.