Skip to content

Commit

Permalink
ci: try to setup LSlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Herve-M committed Dec 21, 2023
1 parent a3573f6 commit 983867a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
uses: actions/checkout@v4

- name: Get LSLib
shell: pwsh
run: |
aria2c https://github.com/Norbyte/lslib/releases/download/v1.18.7/ExportTool-v1.18.7.zip
7z e ExportTool-v*.zip -o./External/lslib
mkdir -p External/lslib
aria2c https://github.com/Norbyte/lslib/releases/download/v1.18.7/ExportTool-v1.18.7.zip -o lslib.zip
Expand-Archive -Path lslib.zip -DestinationPath External/lslib
- name: Build
run: dotnet build BG3ModManager.sln -c Release -r win-x64 --nologo --self-contained false
Expand Down

0 comments on commit 983867a

Please sign in to comment.