Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jan 27, 2024
1 parent 6aac435 commit 4a4916b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Set up ruby env
run: |
sudo apt-get update
sudo gem install bundler
export GEM_HOME="$HOME/.gem"
gem i bundler
# bundle config set path 'vendor/bundle'
bundle install
bundle exec fastlane
Expand Down

0 comments on commit 4a4916b

Please sign in to comment.