Skip to content

Commit

Permalink
Use 7za from stevedore on linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Aug 5, 2024
1 parent ee9a6e7 commit 401d694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .yamato/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ linux:
- cp Artistic.txt ./build/
- cp libyasm/bitvect.c ./build/
- cp libyasm/bitvect.h ./build/
- cd build && 7z a yasm-linux-x64.7z *
- cd build && wget https://public-stevedore.unity3d.com/r/public/7zip-linux-x64/24.07_9eb0ed9_c8efe29fa677babdb081ddd890b23883a08327cc3bd391a865cb165b2b08597b.zip
- cd build && unzip 24.07_9eb0ed9_c8efe29fa677babdb081ddd890b23883a08327cc3bd391a865cb165b2b08597b.zip
- cd build && ./7za a yasm-linux-x64.7z *
artifacts:
build:
paths:
Expand Down

0 comments on commit 401d694

Please sign in to comment.