Skip to content

Commit

Permalink
add: #9 パッケージリストを作成し、apt で一括インストールできるようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 22, 2024
1 parent 4c54f74 commit 219a74d
Show file tree
Hide file tree
Showing 3 changed files with 1,850 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
# Ubuntu 環境での動作確認
ubuntu:
runs-on: ubuntu-latest
container: ubuntu:latest
runs-on: ubuntu-22.04
container: ubuntu:22.04
steps:
- uses: actions/checkout@v1
- name: Install required packages
Expand Down
Loading

0 comments on commit 219a74d

Please sign in to comment.