Skip to content

Commit

Permalink
Fix using bash shell on Windows in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jan 4, 2025
1 parent b6cc169 commit 2360f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
-DBIT7Z_7ZIP_VERSION="${{ inputs.sevenzip_version }}"
-DCPM_SOURCE_CACHE="${{ github.workspace }}/third_party"
${{ inputs.build_flags }}
-S ${{ github.workspace }}
-S '${{ github.workspace }}'
- name: Cache 7z.so
uses: actions/cache@v4
Expand Down

0 comments on commit 2360f1d

Please sign in to comment.