From 6e78c50d7c5b5a8a874f962f4cc8229b23f2cc06 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 5 Nov 2023 14:10:22 -0700 Subject: test: is apt-get any faster than apt? --- .github/workflows/compile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c6278d3..e3371ec 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -17,8 +17,8 @@ jobs: - name: Requirements run: | - sudo apt -qqy update - sudo apt -qqy install avr-libc binutils-avr gcc-avr unzip wget + sudo apt-get -qqy update + sudo apt-get -qqy install avr-libc binutils-avr gcc-avr unzip wget - name: Cache Atmel DFPs id: cache-dfp @@ -41,7 +41,7 @@ jobs: echo "ARTIFACT_NAME=${GITHUB_WORKFLOW}-${GITHUB_REF_NAME}-$(git rev-parse --short ${GITHUB_SHA})-${GITHUB_RUN_NUMBER}" >> "${GITHUB_ENV}" - name: Store Artifacts - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v3 with: name: ${{ env.ARTIFACT_NAME }} if-no-files-found: error -- cgit v1.2.3