Skip to content

Commit a1c929b

Browse files
committed
test
1 parent 615d5c2 commit a1c929b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/hw.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
2222
container:
23-
image: ubuntu:latest
23+
image: buildpack-deps:noble-curl
2424
options: --privileged
2525
defaults:
2626
run:
@@ -60,13 +60,6 @@ jobs:
6060
/*
6161
!.github
6262
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-
7063
# To avoid giving unknown scripts elevated permissions, download them from the master branch
7164
- name: Get CI scripts from master
7265
if: ${{ steps.check-tests.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)