Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 committed May 14, 2024
1 parent 2f39930 commit c23b997
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Check Git version
run: git --version
- name: Use macOS default Git
run: |
echo "/usr/bin" >> $GITHUB_PATH
echo "/usr/local/bin" >> $GITHUB_PATH
- name: Check Git version
run: git --version
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
Expand Down

0 comments on commit c23b997

Please sign in to comment.