Update apt

This commit is contained in:
ConfusedPolarBear 2022-06-10 16:25:44 -05:00
parent ced9d41f55
commit 7177a14cce

View File

@ -13,15 +13,23 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Update repositories
run: sudo apt-get update
- name: Install fpcalc
run: sudo apt install -y libchromaprint-tools
run: sudo apt-get install -y libchromaprint-tools
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Build
run: dotnet build --no-restore