Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 432becf

Browse files
committed
ci: update bundler install path config
1 parent 20fc7c6 commit 432becf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jazzy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-v "$PWD:/workspace" \
3434
-w /workspace \
3535
norionomura/jazzy:0.13.3_swift-5.2.1 \
36-
bash -lc "bundle install --path vendor/bundle && swift build && sourcekitten doc --spm-module InterposeKit > interposekit.json && bundle exec jazzy --clean --sourcekitten-sourcefile interposekit.json"
36+
bash -lc "bundle config set path vendor/bundle && bundle install && swift build && sourcekitten doc --spm-module InterposeKit > interposekit.json && bundle exec jazzy --clean --sourcekitten-sourcefile interposekit.json"
3737
- name: Validate documentation coverage
3838
run: |
3939
if ruby -rjson -e "j = JSON.parse(File.read('docs/undocumented.json')); exit j['warnings'].length != 0"; then

.github/workflows/pod_lib_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
runs-on: macos-latest
2525
steps:
2626
- uses: actions/checkout@v2
27-
- run: bundle install --path vendor/bundle
27+
- run: bundle config set path vendor/bundle && bundle install
2828
- run: bundle exec pod lib lint --verbose

0 commit comments

Comments
 (0)