Skip to content

Commit

Permalink
apt-get installのpython3のインストールを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomimimi committed Jan 1, 2024
1 parent 9bd6a4f commit 35f22ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ jobs:
wget \
qemu-user-binfmt \
gcc-${{ matrix.cc_version }}${{ env.ARCH_SUFFIX }} \
g++-${{ matrix.cxx_version }}${{ env.ARCH_SUFFIX }} \
python3
g++-${{ matrix.cxx_version }}${{ env.ARCH_SUFFIX }}
- name: Install build dependencies on macos
if: steps.cache-build-result.outputs.cache-hit != 'true' && startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 35f22ec

Please sign in to comment.