Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
- name: Setup MGCB
run: |
dotnet tool install --global dotnet-mgcb
ln -s ~/.dotnet/tools/mgcb ~/.dotnet/tools/dotnet-mgcb
- name: Setup fonts
run: |
echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | sudo debconf-set-selections
sudo apt install ttf-mscorefonts-installer
sudo fc-cache -f
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
182 changes: 0 additions & 182 deletions NuciSearch.Tests/Services/SearchServiceTests.cs

This file was deleted.

Loading