Skip to content

Commit

Permalink
need -y
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jan 28, 2025
1 parent 57c4c0b commit 3ce4ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ rockylinux-init: *with-dnf


debian-init: &with-apt |
apt-get update
apt-get install zsh perl
apt-get update -y
apt-get install -y zsh perl

ubuntu-init: *with-apt

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
image: debian:latest
steps:
- run: |
apt-get update
apt-get install zsh perl
apt-get update -y
apt-get install -y zsh perl
- uses: actions/checkout@v4
- run: zsh ./test-e2e/run.zsh
ubuntu:
Expand All @@ -23,8 +23,8 @@ jobs:
image: ubuntu:latest
steps:
- run: |
apt-get update
apt-get install zsh perl
apt-get update -y
apt-get install -y zsh perl
- uses: actions/checkout@v4
- run: zsh ./test-e2e/run.zsh
fedora:
Expand Down

0 comments on commit 3ce4ca0

Please sign in to comment.