From 4899ecb2cc3045d4b5a6b674fc33e4a59c1d8f2e Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Sat, 13 Jan 2024 15:46:47 -0500 Subject: [PATCH] Revert "test: what version of `fmt` do `ubuntu` runners load?" This reverts commit 779ea340ac632eab86565a3c65c2458b7ed46a4a. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed80ddea..8739fc54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,6 @@ jobs: name: Build HIPO runs-on: ${{ inputs.runner }} steps: - - run: apt search fmt - - run: apt show fmt - - run: sudo apt -y install fmt - name: checkout hipo uses: actions/checkout@v4 with: