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 856132b commit 45797b3Copy full SHA for 45797b3
.github/workflows/ruby-build.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
51
- name: Install cargo-cross
52
if: runner.os == 'Linux'
53
- run: cargo install cross --version 0.2.1
+ run: cargo install cross --version 0.2.5
54
- uses: ./.github/actions/os-version
55
id: os_version
56
- name: Cache entire extractor
0 commit comments