Skip to content

Commit

Permalink
CI: Download DLLs from other repository release
Browse files Browse the repository at this point in the history
  • Loading branch information
s09bQ5 committed Aug 8, 2024
1 parent 9ab102e commit 69f3bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
$Env:FPCDIR = "c:\newpascal\fpcsrc"
$Env:PATH = "c:\newpascal\fpc\bin\i386-win32;c:\newpascal\binw32;$Env:PATH"
c:\newpascal\lazarus\lazbuild src\ultrastardx-win.lpi --lazarusdir=c:\newpascal\lazarus
- name: Add prebuilt DLLs
run: |
wget -q -O usdx-dlls.zip https://github.com/UltraStar-Deluxe/mxe/releases/download/USDX-v2023.12.0/usdx-dlls-i686-v2023.12.0.zip
7z x -y usdx-dlls.zip -ogame "*.dll"
- name: Create installer
run: |
del game\*.debug
Expand Down

0 comments on commit 69f3bcd

Please sign in to comment.