Skip to content

Commit

Permalink
Preserve env for sudo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 20, 2024
1 parent cf010b8 commit ce19649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
source env.sh
unset CI # workaround for "PackageAndroid" target
sudo go run mage.go -v ${{ matrix.platform }}
sudo -E go run mage.go -v ${{ matrix.platform }}
build-swagger:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ce19649

Please sign in to comment.