mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Need root >_<
This commit is contained in:
parent
f294a83368
commit
88d2945065
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
||||||
include-prerelease: true
|
include-prerelease: true
|
||||||
- name: Install utils
|
- name: Install utils
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt update
|
||||||
apt install -y dos2unix
|
sudo apt install -y dos2unix
|
||||||
apt install -y tree
|
sudo apt install -y tree
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: |
|
run: |
|
||||||
dotnet restore LibHISP
|
dotnet restore LibHISP
|
||||||
|
|
Loading…
Add table
Reference in a new issue