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 5fd1063 commit 03f101eCopy full SHA for 03f101e
1 file changed
.github/workflows/rust.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: ruby/setup-ruby@v1
29
with:
30
ruby-version: ruby
31
+ bundler-cache: true
32
- name: Set up vendored RBS source
33
run: rake rust:rbs:sync
34
- name: Install Rust tools
@@ -58,6 +59,7 @@ jobs:
58
59
60
61
62
63
64
65
@@ -85,6 +87,7 @@ jobs:
85
87
86
88
89
90
91
92
93
0 commit comments