Skip to content

Commit

Permalink
ci: install nuget for ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jan 14, 2025
1 parent a2a4ca6 commit e13b1e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,10 @@ jobs:
- name: update build version
shell: bash
run: sed -i "s,\(.*\.\)[0-9]*\(</version>\),\1${GITHUB_RUN_NUMBER}\2," nuget/mdk.nuspec
- name: install tools
run: |
sudo apt update
sudo apt install -y sshpass nuget
- name: Make nupkg (VS2022)
run: |
rm -rf mdk-sdk uwp
Expand All @@ -758,10 +762,7 @@ jobs:
- name: Upload to SourceForge
if: ${{ env.SF_UPLOAD == 'true' }}
shell: bash
run: |
sudo apt update
sudo apt install -y sshpass
make -f upload.mk
run: make -f upload.mk

Linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e13b1e1

Please sign in to comment.