Skip to content

Commit

Permalink
コメントを少し見直し
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Feb 7, 2025
1 parent 7b5afd5 commit d724f90
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 @@ -449,7 +449,7 @@ jobs:
# OpenGL
sudo apt-get install -y libgl-dev
# ARM の場合はさらに追加のパッケージが必要なのでインストール
# ARM はクロスコンパイルのために追加のパッケージが必要なのでインストールする
- name: Install deps Ubuntu 24.04 ARM
if: matrix.platform.name == 'ubuntu-24.04_armv8'
run: |
Expand Down Expand Up @@ -499,7 +499,6 @@ jobs:
file_ext: tar.gz
steps:
- uses: actions/checkout@v4
# ビルドした Examples のアーティファクトのダウンロードとリリース
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.example.name }}_${{ matrix.platform.name }}.${{ matrix.platform.file_ext }}
Expand Down

0 comments on commit d724f90

Please sign in to comment.