Skip to content

Commit 83397bb

Browse files
committed
Use preinstalled winget on Windows runners
Remove Cyberboss/install-winget action and rely on winget provided by windows-2025 images; add comment to the ffmpeg install step noting this assumption
1 parent 9944259 commit 83397bb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,9 @@ jobs:
6868
PATH="/tmp/bin:$PATH" make
6969
make install
7070
echo "FFMPEG_PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig" >> $GITHUB_ENV
71-
- name: Install winget
72-
if: ${{ matrix.os == 'windows-latest' }}
73-
uses: Cyberboss/install-winget@v1
74-
with:
75-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76-
wget_release_id: latest
7771
- name: install ffmpeg windows
7872
if: ${{ matrix.os == 'windows-latest' }}
73+
# winget is preinstalled since windows-2025
7974
run: |
8075
mkdir ffmpeg
8176
winget install --id BtbN.FFmpeg.GPL.Shared.8.0 -l ffmpeg --accept-package-agreements --accept-source-agreements

0 commit comments

Comments
 (0)