fix: Output the var correctly
This commit is contained in:
parent
de32fb88b3
commit
943047b4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -38,10 +38,10 @@ jobs:
|
|||
mkdir -p /etc/crypto-policies/back-ends/
|
||||
cp /usr/share/apt/default-sequoia.config /etc/crypto-policies/back-ends/apt-sequoia.config
|
||||
sed -i 's/\(sha1\.second_preimage_resistance = \)2026-02-01/\12026-06-01/' /etc/crypto-policies/back-ends/apt-sequoia.config
|
||||
CLANG_PKG=clang-23
|
||||
echo 'clang_pkg=clang-23' >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "No workaround needed for llvm-project#153385"
|
||||
CLANG_PKG=clang
|
||||
echo 'clang_pkg=clang' >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: Checkout repository with full history
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue