Skip to content

Commit

Permalink
change to yum
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc committed Oct 17, 2023
1 parent 8f70a38 commit 06c1dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-impl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: Install Maven
run: |
sudo apt-get update
sudo apt-get install -y maven
sudo yum update -y
sudo yum install -y maven
- name: Create ab2d workspace directory and copy in keystore
run: mkdir -p "$WORKSPACE/opt/ab2d"
Expand Down

0 comments on commit 06c1dc9

Please sign in to comment.