diff --git a/.github/workflows/build-ferrocene.yml b/.github/workflows/build-ferrocene.yml index a814557..80d110f 100644 --- a/.github/workflows/build-ferrocene.yml +++ b/.github/workflows/build-ferrocene.yml @@ -33,10 +33,6 @@ jobs: run: | sudo apt-get update -y && sudo apt-get -y install gcc-arm-none-eabi curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.0.0-prerelease.1/criticalup-installer.sh | sh - - name: Install tools - uses: taiki-e/install-action@v2 - with: - tool: flip-link@0.1.7 - name: Checkout repo uses: actions/checkout@v4 with: