From 44a0c43e6f3746de95c8acbb1fd4b649d07383bc Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 2 Dec 2024 11:17:21 +0000 Subject: [PATCH] chore(actions): remove rokit installation step --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea17f27..ae36bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install tooling - uses: CompeyDev/setup-rokit@v0.1.2 - with: - cache: true - - name: Install pesde uses: ./.github/actions/setup-pesde with: