Skip to content

Commit 3873f1d

Browse files
committed
create bundle file
1 parent e37aa5d commit 3873f1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
set -euxo pipefail
2020
2121
## Bundle Install
22+
mkdir -p /work/.bundle/
23+
touch /work/.bundle/config
2224
chmod +w /work/.bundle/config
2325
bundle config set --local path 'vendor/bundle'
2426
bundle install

0 commit comments

Comments
 (0)