From 64a3d0bdb9416e5a3445fa0035c482d9dc5567a0 Mon Sep 17 00:00:00 2001 From: Allison Mackenzie Date: Wed, 20 Sep 2023 16:01:51 -0500 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fba9b28..15f4244 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,9 +36,6 @@ jobs: - name: Get the dependency run: cp -r secret-medievil-repo/disk/* ./disk/ - - name: Try going into overlays - run: cd ./disk/OVERLAYS && ls - - name: Disassemble and extraction run: make extract -j $(nproc)