Skip to content

Commit

Permalink
Update vcpkg_debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
diehard2 authored Apr 13, 2024
1 parent 68b8bf9 commit 95e17ff
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/vcpkg_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95e17ff

Please sign in to comment.