diff --git a/.github/workflows/build-godot.yml b/.github/workflows/build-godot.yml index 8c6bf36e..a544fc67 100644 --- a/.github/workflows/build-godot.yml +++ b/.github/workflows/build-godot.yml @@ -32,7 +32,7 @@ jobs: echo "MAIN_FOLDER=$pwd" >> $GITHUB_ENV - name: Installing dependencies - run: pacman -Syu --noconfirm git bash yasm python python-pip scons gcc diffutils make wget unzip tar ming-w64 + run: pacman -Syu --noconfirm git bash yasm python python-pip scons gcc diffutils make wget unzip tar mingw-w64 - name: Prepare Godot run: |