Skip to content

Commit 47c87e4

Browse files
committed
Update FFI gem
1 parent 811ecf2 commit 47c87e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
env_set_cmd: '$env:'
3030
# setup-ruby uses ucrt for newer Rubies, but we only support mingw
3131
# in our Windows Puppet nightly gems. For now, we'll just install
32-
# the universal gem and manually install the ffi dependency
32+
# the universal gem and manually install the ffi dependency.
33+
# Use the latest known good version of the ffi gem.
3334
gem_file: 'puppet-latest.gem'
34-
extra_steps: 'gem install ffi --version 1.15.5'
35+
extra_steps: 'gem install ffi --version 1.16.3'
3536

3637
runs-on: ${{ matrix.os }}
3738
steps:

0 commit comments

Comments
 (0)