Skip to content

Commit a9ab3a8

Browse files
committed
fix gha
1 parent ae28437 commit a9ab3a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9+
- name: Install dependencies
10+
run: bundle install
911
- name: Build
1012
run: |
1113
git config user.name github-actions
1214
git config user.email github-actions@github.com
13-
ruby build.rb
15+
bundle exec ruby build.rb
1416
if ! git diff --exit-code
1517
then
1618
git add .

0 commit comments

Comments
 (0)