Skip to content

Commit

Permalink
also run yum install on amazonlinux:2023
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Oct 18, 2024
1 parent a34f5d5 commit 8242619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test_containerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
-eGOMODCACHE="/go/pkg/mod" \
"${{ format(matrix.image, matrix.go-version) }}"
- name: Install AmazonLinux 2 requirements
if: matrix.image == 'amazonlinux:2'
if: matrix.image == 'amazonlinux:2' || matrix.image == 'amazonlinux:2023'
run: |-
sudo docker exec -i gha-${{ github.run_id }} \
yum install -y golang
Expand Down

0 comments on commit 8242619

Please sign in to comment.