Update .github/workflows/dotnet.yml
Some checks failed
.NET / build (push) Failing after 40s
Some checks failed
.NET / build (push) Failing after 40s
This commit is contained in:
parent
378955b77e
commit
1ee7090ba2
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 -S --needed --noconfirm git dotnet-sdk-6.0
|
||||
run: sudo pacman -Sy --needed --noconfirm git dotnet-sdk-6.0
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone https://git.computernewb.com/Elijah/CollabVMSharp
|
||||
|
|
Loading…
Reference in a new issue