Skip to content

Commit

Permalink
project: Update appveyor yasm version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jan 30, 2022
1 parent 6697791 commit b6afe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMP/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ before_build:
}
# Download and install yasm integration
- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/ShiftMediaProject/VSYASM/releases/download/0.5/VSYASM.zip', "$pwd\yasm.zip")
- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/ShiftMediaProject/VSYASM/releases/download/0.7/VSYASM.zip', "$pwd\yasm.zip")
- ps: Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory("$pwd\yasm.zip", "$pwd\TempYASMUnpack")
- cmd: call ".\TempYASMUnpack\install_script.bat"
# Additional yasm location in order to fix gitlink error
Expand Down

0 comments on commit b6afe76

Please sign in to comment.