mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Update main.yml
This commit is contained in:
parent
d55882dbf2
commit
4458c61055
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
|
|
@ -21,11 +21,16 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: wget
|
||||||
|
uses: wei/wget@v1
|
||||||
|
with:
|
||||||
|
args: -O nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
|
||||||
|
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: |
|
||||||
|
mono nuget.exe install
|
||||||
|
mono nuget.exe restore
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Run a multi-line script
|
- name: Build Project
|
||||||
run: |
|
run: xbuild TLSharp.Core/TLSharp.Core.csproj
|
||||||
apt-get install -y nuget mono-devel mono-xbuild,
|
|
||||||
nuget update -self,
|
|
||||||
nuget restore,
|
|
||||||
xbuild TLSharp.sln
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue