Skip to content

Commit

Permalink
Update test-bootstrapper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterson authored Nov 5, 2024
1 parent 3a0c85b commit 6a3a2a4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-bootstrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
- name: rockylinux-9
os: ubuntu-latest
container: 'rockylinux/rockylinux:9'
pkg_manager: dnf

steps:
- name: Install wget
run: dnf -y install wget
if: ${{ matrix.pkg_manager == 'dnf' }}

steps:
- name: Bootstrap the agent
run: bash <(curl -Lks https://raw.githubusercontent.com/mpeterson/dotfiles/master/bootstrap-dotfiles.sh)

Expand Down

0 comments on commit 6a3a2a4

Please sign in to comment.