Skip to content

Commit

Permalink
Revert ".github: workflows: main: drop python2"
Browse files Browse the repository at this point in the history
ok i accept my skill issue

This reverts commit 07f3044.
  • Loading branch information
fukiame committed Sep 26, 2024
1 parent 494a76a commit 81119df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: init build env
run: |
dnf group install development-tools -y
dnf install llvm lld bc bison ca-certificates curl flex glibc-devel.i686 glibc-devel binutils-devel openssl python3 zstd clang gcc-arm-linux-gnu dtc libxml2 libarchive openssl-devel perl tomsfastmath-devel wget xz -y
dnf install llvm lld bc bison ca-certificates curl flex glibc-devel.i686 glibc-devel binutils-devel openssl python3 python2 zstd clang gcc-arm-linux-gnu dtc libxml2 libarchive openssl-devel perl tomsfastmath-devel wget xz -y
ln -sf "/usr/bin/python3" /usr/bin/python
- name: show host info
run: |
Expand Down

0 comments on commit 81119df

Please sign in to comment.