Skip to content

Commit

Permalink
Fix dind build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran authored and ihnorton committed Dec 4, 2024
1 parent 07b3de3 commit f79b403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ jobs:
run: |
set -e pipefail
yum install -y redhat-lsb-core centos-release-scl devtoolset-7 perl-IPC-Cmd
echo "source /opt/rh/devtoolset-7/enable" >> ~/.bashrc
source /opt/rh/devtoolset-7/enable
python3.9 -m pip install ninja
echo "/opt/_internal/cpython-3.9.20/bin" >> $GITHUB_PATH
echo "VCPKG_FORCE_SYSTEM_BINARIES=YES" >> $GITHUB_ENV
export PATH="${PATH}:/opt/_internal/cpython-3.9.20/bin"
export VCPKG_FORCE_SYSTEM_BINARIES=YES
cmake -S /work -B /work/build \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit f79b403

Please sign in to comment.