Skip to content

Commit 6344436

Browse files
Do bin/setup before rake ci:pin_build_manifest
1 parent 756b762 commit 6344436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
with:
8080
ruby-version: "3.2"
8181
bundler-cache: true
82+
- run: ./bin/setup
8283
- run: rake ci:pin_build_manifest
8384
env:
8485
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)