From 70264ca2f422cca2d335b58b461dde8a1475e5f9 Mon Sep 17 00:00:00 2001 From: Alex079 <21042652+Alex079@users.noreply.github.com> Date: Wed, 1 Apr 2020 21:07:46 +0200 Subject: [PATCH] use setup v1 --- .github/workflows/avr-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/avr-build.yaml b/.github/workflows/avr-build.yaml index 2147dcd..0d649d1 100644 --- a/.github/workflows/avr-build.yaml +++ b/.github/workflows/avr-build.yaml @@ -11,8 +11,8 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v2 - - uses: Alex079/setup-custom-tool@master + - uses: Alex079/setup-custom-tool@v1 with: archiveUrl: 'https://blog.zakkemble.net/download/avr-gcc-9.2.0-x64-mingw.zip' archiveGlob: '*/bin' - - run: make -f .github/workflows/Makefile \ No newline at end of file + - run: make -f .github/workflows/Makefile