Update .gitea/workflows/build.yml
All checks were successful
Build / build (push) Successful in 1m20s

This commit is contained in:
Jacob Schmidt 2025-07-04 15:57:30 -05:00
parent 4ded7f6d31
commit 916702b7ca

View File

@ -23,7 +23,7 @@ jobs:
dotnet-version: '9.0.x' dotnet-version: '9.0.x'
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore Firefly.sln run: dotnet restore FireflyClient.sln
- name: Build - name: Build
run: | run: |