Skip to content

Commit

Permalink
Add workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v committed Sep 18, 2023
1 parent 9b0629e commit 03e1934
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,12 @@ jobs:
run: |
set -eux
# workaround for nuitka
# https://github.com/ilammy/msvc-dev-cmd#name-conflicts-with-shell-bash
if [[ ${{ matrix.os }} == windows-* ]]; then
rm /usr/bin/link
fi
jq '.version = "${{ needs.config.outputs.version_or_latest }}"' engine_manifest.json > engine_manifest.json.tmp
mv -f engine_manifest.json.tmp engine_manifest.json
Expand Down

0 comments on commit 03e1934

Please sign in to comment.