Skip to content

Commit

Permalink
Delete C# dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knshnb committed May 7, 2021
1 parent 215c856 commit 2eb4753
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
run: pip3 install -U online-judge-verify-helper


# required only if you want to verify C# script files
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.101'
- name: Install dependencies (C#)
run: dotnet tool install -g dotnet-script && echo ::add-path::$HOME/.dotnet/tools


- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2eb4753

Please sign in to comment.