diff --git a/.github/workflows/generator-macos.yml b/.github/workflows/generator-macos.yml index beba99b..737eefb 100644 --- a/.github/workflows/generator-macos.yml +++ b/.github/workflows/generator-macos.yml @@ -268,29 +268,6 @@ jobs: with: prefix-key: ${{ matrix.job.os }} - - name: Setup vcpkg with Github Actions binary cache - uses: lukka/run-vcpkg@v11 - with: - vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} - doNotCache: false - - - name: Install vcpkg dependencies - run: | - if ! $VCPKG_ROOT/vcpkg \ - install \ - --x-install-root="$VCPKG_ROOT/installed"; then - find "${VCPKG_ROOT}/" -name "*.log" | while read -r _1; do - echo "$_1:" - echo "======" - cat "$_1" - echo "======" - echo "" - done - exit 1 - fi - head -n 100 "${VCPKG_ROOT}/buildtrees/ffmpeg/build-${{ matrix.job.vcpkg-triplet }}-rel-out.log" || true - shell: bash - - name: Magick stuff for macOS if: ${{ inputs.iconlink != 'false' }} continue-on-error: false @@ -478,14 +455,6 @@ jobs: run: | wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff git apply removeNewVersionNotif.diff - - - - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@v1 - with: - toolchain: ${{ env.MAC_RUST_VERSION }} - targets: ${{ matrix.job.target }} - components: "rustfmt" - name: Report Status uses: fjogeleit/http-request-action@v1 @@ -810,4 +779,4 @@ jobs: # prerelease: true # tag_name: ${{ inputs.upload-tag }} # files: | - # ${{ inputs.appname }}*-${{ matrix.job.arch }}.dmg \ No newline at end of file + # ${{ inputs.appname }}*-${{ matrix.job.arch }}.dmg