We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811ecf2 commit 47c87e4Copy full SHA for 47c87e4
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -29,9 +29,10 @@ jobs:
29
env_set_cmd: '$env:'
30
# setup-ruby uses ucrt for newer Rubies, but we only support mingw
31
# in our Windows Puppet nightly gems. For now, we'll just install
32
- # the universal gem and manually install the ffi dependency
+ # the universal gem and manually install the ffi dependency.
33
+ # Use the latest known good version of the ffi gem.
34
gem_file: 'puppet-latest.gem'
- extra_steps: 'gem install ffi --version 1.15.5'
35
+ extra_steps: 'gem install ffi --version 1.16.3'
36
37
runs-on: ${{ matrix.os }}
38
steps:
0 commit comments