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 0be13d5 commit e4f2732
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 @@ -16,7 +16,7 @@ jobs:
target:
- { label: "debian", os: "debian", preinstall: "apt-get update; 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: "zypper install -y procps tar unzip", install: "zypper install -y make gcc-g++" }
- { label: "suse", os: "opensuse/tumbleweed", preinstall: "zypper install -y procps tar unzip", install: "zypper install -y make gcc-c++" }
name: Build under ${{matrix.target.os}}
runs-on: ubuntu-22.04
container: ${{matrix.target.os}}
Expand Down

0 comments on commit e4f2732

Please sign in to comment.