We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615d5c2 commit a1c929bCopy full SHA for a1c929b
.github/workflows/hw.yml
@@ -20,7 +20,7 @@ jobs:
20
env:
21
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
22
container:
23
- image: ubuntu:latest
+ image: buildpack-deps:noble-curl
24
options: --privileged
25
defaults:
26
run:
@@ -60,13 +60,6 @@ jobs:
60
/*
61
!.github
62
63
- - name: Install APT dependencies
64
- uses: awalsh128/[email protected]
65
- if: ${{ steps.check-tests.outputs.enabled == 'true' }}
66
- with:
67
- packages: curl
68
- version: 1.0
69
-
70
# To avoid giving unknown scripts elevated permissions, download them from the master branch
71
- name: Get CI scripts from master
72
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
0 commit comments