We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e79aa commit 33d51d9Copy full SHA for 33d51d9
.github/workflows/CI.yml
@@ -168,7 +168,10 @@ jobs:
168
if: ${{ matrix.distro }}
169
id: read-installer-script
170
run: |
171
- echo "install_deps=$(cat ./script/install-deps.bash)" >> $GITHUB_OUTPUT
+ EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
172
+ echo "install_deps<<$EOF" >> $GITHUB_OUTPUT
173
+ cat ./script/install-deps.bash >> $GITHUB_OUTPUT
174
+ echo "$EOF" >> $GITHUB_OUTPUT
175
176
- name: Build Linux Arm64
177
0 commit comments