Skip to content

Commit

Permalink
uwp: fixup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhsontung authored and mfkl committed Dec 4, 2023
1 parent 7b62851 commit 6e5cccd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
arch: [x64, x86, arm]
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout libvlc uwp access module code
shell: bash
Expand Down Expand Up @@ -96,10 +96,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- name: Download NuGet
shell: bash
run: |
wget https://dist.nuget.org/win-x86-commandline/v5.11.0/nuget.exe
- uses: NuGet/[email protected]
with:
nuget-version: '5.x'
- name: Create NuGet folders
shell: bash
run: |
Expand All @@ -108,7 +107,7 @@ jobs:
mkdir -p build/win10-x86/native
- name: Download and extract UWP builds
env:
VLC_VERSION: 3.0.16
VLC_VERSION: 3.0.20
shell: bash
run: |
wget -O arm.zip https://code.videolan.org/videolan/libvlc-nuget/-/jobs/artifacts/master/download?job=uwp-arm
Expand Down Expand Up @@ -147,7 +146,7 @@ jobs:
- name: Package NuGet
shell: bash
run: |
mono nuget.exe pack VideoLAN.LibVLC.UWP.nuspec
nuget pack VideoLAN.LibVLC.UWP.nuspec
- name: Upload NuGet package
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6e5cccd

Please sign in to comment.