Update apt
This commit is contained in:
parent
ced9d41f55
commit
7177a14cce
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user