mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +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
|
||||
- name: Install utils
|
||||
run: |
|
||||
apt update
|
||||
apt install -y dos2unix
|
||||
apt install -y tree
|
||||
sudo apt update
|
||||
sudo apt install -y dos2unix
|
||||
sudo apt install -y tree
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
dotnet restore LibHISP
|
||||
|
|
Loading…
Add table
Reference in a new issue