Skip to content

Commit

Permalink
- another try;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Jan 11, 2024
1 parent 1979295 commit 62ed5d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ jobs:
- name: Work around missing /tmp on Windows #"bash.exe: warning: could not find /tmp, please create!"
if: matrix.os == 'windows-latest'
run: |
#(get-command git.exe).Path
#(get-command sh.exe).Path
sh -c "mkdir /tmp || true"
(get-command sh.exe).Path -c "mkdir /tmp"
- name: Build source dist
if: matrix.upload_source
Expand Down

0 comments on commit 62ed5d3

Please sign in to comment.