From 232a3a8c95082230f0a24cafe5023f7a4c631af0 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 19 Jul 2021 14:40:32 +0200 Subject: [PATCH] Using bundle version for rake --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9f75c3..4c18a9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,6 +137,6 @@ jobs: bundle config path vendor/bundle bundle install - rake build + bundle exec rake build mv ../target/thumbv7em-none-eabihf/doc _site/stabilizer/firmware - rake test + bundle exec rake test