From 95e17ff4c3a5503cfe4a15d385c1e900864a8be2 Mon Sep 17 00:00:00 2001 From: diehard2 Date: Sat, 13 Apr 2024 09:58:04 -0700 Subject: [PATCH] Update vcpkg_debug.yml --- .github/workflows/vcpkg_debug.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/vcpkg_debug.yml b/.github/workflows/vcpkg_debug.yml index 15568b5..d6a6296 100644 --- a/.github/workflows/vcpkg_debug.yml +++ b/.github/workflows/vcpkg_debug.yml @@ -15,11 +15,12 @@ jobs: steps: - name: Setup dev environment run: | - dnf update -y && dnf install -y epel-release && dnf config-manager --enable epel && dnf install -y yum-utils && dnf config-manager --set-enabled powertools - dnf install -y git gcc-toolset-13 cmake curl zip unzip tar ninja-build - echo "source /opt/rh/gcc-toolset-13/enable" >> ~/.bash_profile - echo "source ~/.bash_profile" >> ~/.bashrc - source ~/.bashrc + dnf update -y && dnf install -y epel-release && dnf config-manager --enable epel && dnf install -y yum-utils && dnf config-manager --set-enabled powertools + dnf install -y git gcc-toolset-13 cmake curl zip unzip tar scl-utils + echo "source /opt/rh/gcc-toolset-13/enable" >> ~/.bash_profile + echo "source ~/.bash_profile" >> ~/.bashrc + source ~/.bashrc + g++ -v - name: Install vcpkg env: CC: gcc