File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8484 shell : bash
8585 run : |
8686 sudo apt update
87- sudo apt install -y libreadline-dev libboost-all-dev patchelf
87+ sudo apt install -y libreadline-dev libboost-all-dev
8888 bash ./setup.sh
89- patchelf --set-rpath '$ORIGIN' build/package/addons/swiftly/bin/linuxsteamrt64/swiftly.so
9089
9190 - name : Build - Windows
9291 if : matrix.os == 'windows-latest'
@@ -260,8 +259,9 @@ jobs:
260259 shell : bash
261260 run : |
262261 sudo apt update
263- sudo apt install -y libreadline-dev libboost-all-dev unzip
262+ sudo apt install -y libreadline-dev libboost-all-dev unzip patchelf
264263 bash ./setup.sh
264+ patchelf --set-rpath '$ORIGIN' build/package/addons/swiftly/bin/linuxsteamrt64/swiftly.so
265265
266266 echo "[Builder] Setting up default plugins"
267267 cp -r build/package build/package2
Original file line number Diff line number Diff line change 11const { readFileSync, writeFileSync } = require ( "fs" )
22
33const file = "sdk.json"
4- writeFileSync ( file , JSON . stringify ( JSON . stringify ( JSON . parse ( readFileSync ( file ) ) ) ) )
4+ writeFileSync ( file , JSON . stringify ( JSON . parse ( readFileSync ( file ) ) ) )
You can’t perform that action at this time.
0 commit comments