Skip to content

Commit

Permalink
Fix to run commands on nix shell
Browse files Browse the repository at this point in the history
Follow #121

Found in #123 (comment)
  • Loading branch information
kachick committed Sep 29, 2023
1 parent ea19e2d commit 955601b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-nixpkgs-and-versions-in-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
dry-run: ${{ github.event_name == 'pull_request' }}
optional-run: |
ruby -e 'puts RUBY_VERSION' > .ruby-version
nix develop --command ruby -e 'puts RUBY_VERSION' > .ruby-version
git diff-index --quiet HEAD || git commit -m 'Update .ruby-version' .ruby-version
secrets:
APP_ID: ${{ secrets.APP_ID }}
Expand Down

0 comments on commit 955601b

Please sign in to comment.