Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Oct 24, 2024
1 parent 7f14894 commit 66d3da7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompileWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,4 @@ jobs:
if: (failure() && fromJSON(inputs.fstuple).pause != 'never') || fromJSON(inputs.fstuple).pause == 'always'
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false
limit-access-to-actor: true
2 changes: 0 additions & 2 deletions util/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ function 0a1_ninja_postbuild() {( $_dbgopts;
function make_installer() {
local nsi=$build_dir/newview/${viewer_bin}_setup_tmp.nsi
# correct FirestormOSSgeo-VR-GHA => FirestormOS-Sgeo-VR-GHA
perl -i.bak2 -pe "s@(${viewer_name}OS)(${viewer_channel})@\$1-\$2@g" $nsi
#s@^SetCompressor .*$@SetCompressor zlib@g;
export XZ_DEFAULTS=-T0
Expand Down

0 comments on commit 66d3da7

Please sign in to comment.