Skip to content

Commit

Permalink
Specify ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed May 8, 2024
1 parent 6536a93 commit 1b667b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
export PATH=~/.rbenv/shims:"$PATH"
brew install cookiecutter rbenv &&
rbenv install &&
rbenv install 3.0.7 &&
cookiecutter --no-input -f . &&
cd Project &&
make test

0 comments on commit 1b667b6

Please sign in to comment.