Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Update to support ubuntu-24.04
  • Loading branch information
SudoWeezy committed Jan 13, 2025
1 parent 96baa15 commit cbbb9e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:

steps:
- name: Checkout ARC Repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
uses: actions/checkout@v4

- name: Install OpenSSL
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev

- name: Install Ruby
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.0
ruby-version: 3.3.0
bundler-cache: true

- name: Build Website
Expand Down

0 comments on commit cbbb9e4

Please sign in to comment.