Skip to content

Commit

Permalink
jekyll deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Dec 4, 2024
1 parent 5ea248d commit 3d14c6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
uses: actions/checkout@v3

- name: Install Ruby
run: sudo dnf -y install ruby3.2
run: sudo dnf -y install ruby3.2 ruby3.2-devel openssl-devel amazon-rpm-config gcc-c++ @development-tools

# - name Install Jekyll and dependencies
# run: sudo dnf -y install ruby3.2 ruby-devel openssl-devel redhat-rpm-config gcc-c++ @development-tools

- name: Debug
run: |
Expand Down

0 comments on commit 3d14c6e

Please sign in to comment.