Skip to content

Commit

Permalink
update actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
gentksb committed Dec 15, 2024
1 parent 794acf2 commit a0e3c32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dotfiles_sh_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
container: ubuntu:latest
steps:
- uses: actions/checkout@v1
- name: Install required base packege
run: apt update && apt install sudo
- name: Install required base package
run: |
DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get install -y sudo
- name: Install dotfiles
run: ./install.sh

0 comments on commit a0e3c32

Please sign in to comment.