From 04f4e33ccc94de558ec4a05b65d0ee04dd41a754 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 8 Oct 2024 21:57:35 +0200 Subject: [PATCH] Fix CI --- .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 144a53a0b..afc4ae294 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,8 @@ jobs: mingw: ragel - run: | - bundle config --without benchmark - bundle install + bundle config --without benchmark + bundle install - run: rake compile