Skip to content

Commit 218316f

Browse files
authored
Merge pull request #39 from puppetlabs/maint/main/curl-ruby-version
(maint) Update Ruby, install cURL
2 parents 8fd6cad + c914014 commit 218316f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/static_code_analysis.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Run checks
99

1010
env:
11-
ruby_version: '3.1'
11+
ruby_version: '3.3'
1212
extra_checks: check:symlinks check:git_ignore check:dot_underscore check:test_file
1313
PUPPET_FORGE_TOKEN: 'YES'
1414

@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22+
# Patron, which is a transitive dependency of beaker-abs and Bolt, requires cURL libraries
23+
- name: Install cURL
24+
run: sudo apt install -y curl
25+
2226
- name: Install ruby version ${{ env.ruby_version }}
2327
uses: ruby/setup-ruby@v1
2428
with:

0 commit comments

Comments
 (0)