Skip to content

Commit

Permalink
Try to remove any toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov authored Dec 17, 2024
1 parent 860e152 commit 14e2f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
shell: bash -l {0}
run: |
dnf update -y
dnf remove -y 'gcc-toolset-13-*'
dnf remove -y 'gcc-toolset-*'
dnf install -y zip flex bison gcc-toolset-10 gcc-toolset-10-gdb gcc-toolset-10-libatomic-devel krb5-devel cyrus-sasl-devel openssl-devel \
unzip tar epel-release jq wget libcurl-devel \
python3.11-devel python3.11-pip perl-IPC-Cmd
Expand Down

0 comments on commit 14e2f69

Please sign in to comment.