aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-05 14:10:22 -0700
committerSelene ToyKeeper2023-11-05 14:10:22 -0700
commit6e78c50d7c5b5a8a874f962f4cc8229b23f2cc06 (patch)
treec8c251250c6b04d5eb863d2719bdb37037d86539
parentgithub actions: cache the Atmel DFP files between runs (diff)
downloadanduril-6e78c50d7c5b5a8a874f962f4cc8229b23f2cc06.tar.gz
anduril-6e78c50d7c5b5a8a874f962f4cc8229b23f2cc06.tar.bz2
anduril-6e78c50d7c5b5a8a874f962f4cc8229b23f2cc06.zip
test: is apt-get any faster than apt?
-rw-r--r--.github/workflows/compile.yml6
1 files 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
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.