Skip to content

Commit

Permalink
change shell to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceshi committed Nov 18, 2023
1 parent b8ab42e commit f0c233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Clone source
working-directory: ${{github.workspace}}
shell: pwsh
shell: bash
run: |
mkdir -p skiasharp && cd skiasharp
git init && git remote add origin https://github.com/mono/SkiaSharp.git
Expand Down

0 comments on commit f0c233f

Please sign in to comment.