@@ -268,29 +268,6 @@ jobs:
268
268
with :
269
269
prefix-key : ${{ matrix.job.os }}
270
270
271
- - name : Setup vcpkg with Github Actions binary cache
272
- uses : lukka/run-vcpkg@v11
273
- with :
274
- vcpkgGitCommitId : ${{ env.VCPKG_COMMIT_ID }}
275
- doNotCache : false
276
-
277
- - name : Install vcpkg dependencies
278
- run : |
279
- if ! $VCPKG_ROOT/vcpkg \
280
- install \
281
- --x-install-root="$VCPKG_ROOT/installed"; then
282
- find "${VCPKG_ROOT}/" -name "*.log" | while read -r _1; do
283
- echo "$_1:"
284
- echo "======"
285
- cat "$_1"
286
- echo "======"
287
- echo ""
288
- done
289
- exit 1
290
- fi
291
- head -n 100 "${VCPKG_ROOT}/buildtrees/ffmpeg/build-${{ matrix.job.vcpkg-triplet }}-rel-out.log" || true
292
- shell : bash
293
-
294
271
- name : Magick stuff for macOS
295
272
if : ${{ inputs.iconlink != 'false' }}
296
273
continue-on-error : false
@@ -478,14 +455,6 @@ jobs:
478
455
run : |
479
456
wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff
480
457
git apply removeNewVersionNotif.diff
481
-
482
-
483
- - name : Install Rust toolchain
484
- uses : dtolnay/rust-toolchain@v1
485
- with :
486
- toolchain : ${{ env.MAC_RUST_VERSION }}
487
- targets : ${{ matrix.job.target }}
488
- components : " rustfmt"
489
458
490
459
- name : Report Status
491
460
uses : fjogeleit/http-request-action@v1
@@ -810,4 +779,4 @@ jobs:
810
779
# prerelease: true
811
780
# tag_name: ${{ inputs.upload-tag }}
812
781
# files: |
813
- # ${{ inputs.appname }}*-${{ matrix.job.arch }}.dmg
782
+ # ${{ inputs.appname }}*-${{ matrix.job.arch }}.dmg
0 commit comments