Skip to content

Commit

Permalink
fix: #9 sudo を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 22, 2024
1 parent 5854d78 commit f9c4d9c
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 796 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/check_install.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check install script on arm64-Ubuntu and macOS
name: Check install script on Ubuntu and macOS

# feature/* ブランチへの Push 時に実行
on:
Expand All @@ -9,15 +9,11 @@ on:
jobs:
# ARM64 の Ubuntu 環境での動作確認
ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: ubuntu:22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/arm64
uses: actions/checkout@v1

- name: Install required packages
run: apt-get update && apt-get install -y git sudo
Expand All @@ -34,8 +30,7 @@ jobs:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v2

uses: actions/checkout@v1
- name: Install dotfiles
run: |
yes | ./bin/mac_install.sh \
Expand Down
Loading

0 comments on commit f9c4d9c

Please sign in to comment.