Update .github/workflows/dotnet.yml
Some checks failed
.NET / build (push) Failing after 37s
Some checks failed
.NET / build (push) Failing after 37s
This commit is contained in:
parent
1ee7090ba2
commit
ba57733afd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: sudo pacman -Sy --needed --noconfirm git dotnet-sdk-6.0
|
||||
run: sudo pacman -Syu --needed --noconfirm git dotnet-sdk-6.0
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone https://git.computernewb.com/Elijah/CollabVMSharp
|
||||
|
|
Loading…
Reference in a new issue