diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e53f11..64e6632 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,10 +87,6 @@ jobs: path: | /tmp/x86_64-linux-gnu.tar.xz /tmp/x86_64-linux-gnu.tar.xz.sha256 - - name: Download artifact - uses: actions/download-artifact@main - with: - name: native-toolchain - name: Setup toolchain run: | tar --directory='/tmp' --extract --file='/tmp/x86_64-linux-gnu.tar.xz'