summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 13:52:29 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 13:52:29 +0100
commit928a4e8d1b502e09183137db5e7915caaec4d3c8 (patch)
tree005670439d58db370c035a73fb8453054b23ad41
parent4817a2a23ec0131b817450a9c137ad794c559c05 (diff)
downloadnet-ssh-928a4e8d1b502e09183137db5e7915caaec4d3c8.tar.gz
Fixed env
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b01d2c5..f755dd5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,6 +37,6 @@ jobs:
run: bundle _1.17_ exec rake test
- name: Run Tests
run: bundle _1.17_ exec rake test
- end:
- BUNDLE_GEMFILE=./Gemfile.noed25519
+ env:
+ BUNDLE_GEMFILE: ./Gemfile.noed25519
\ No newline at end of file