Skip to content

Commit

Permalink
CI: Use daily dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Sep 1, 2024
1 parent 8a15073 commit 2b2b97c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ jobs:
if: matrix.os == 'ubuntu-24.04'
run: sudo apt-get install -y fonts-liberation2 fonts-noto-core fonts-noto-cjk
- uses: actions/checkout@v4
- name: Setup .NET 9 (daily)
if: matrix.os == 'windows-2022'
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-quality: daily
- name: Setup .NET 9
if: matrix.os != 'windows-2022'
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Install workloads
if: matrix.os == 'macos-14'
run: dotnet workload install macos
- name: Build
run: dotnet run --project NAPS2.Tools -- build debug -v
Expand Down

0 comments on commit 2b2b97c

Please sign in to comment.