Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed May 8, 2024
1 parent 620c095 commit 98c6dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
target:
- { label: "debian", os: "debian", preinstall: "apt-get update; apt-get -y install procps", install: "apt-get -y install make g++" }
- { label: "debian", os: "debian", preinstall: "apt-get update; apt-get upgrade -y; apt-get -y install procps", install: "apt-get -y install make g++" }
- { label: "rhel", os: "almalinux", preinstall: "dnf -y install procps-ng", install: "dnf -y install make g++" }
- { label: "suse", os: "opensuse/tumbleweed", preinstall: "", install: "zypper install -y make gcc-c++" }
- { label: "arch", os: "archlinux", preinstall: "pacman -Sy", install: "pacman --noconfirm -S make gcc" }
Expand Down

0 comments on commit 98c6dd1

Please sign in to comment.