From 874cc3f4a4a8db5bf652920769127e5770af8af6 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 30 May 2023 10:06:13 +0200 Subject: [PATCH] ci: disable bundler cache --- .github/workflows/status.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index afcab7d..0c95beb 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -20,8 +20,6 @@ jobs: - name: Setup ruby uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - name: Write time run: date >| .github/STATUS