Skip to content

Commit 6a48763

Browse files
committed
test
1 parent edeb5df commit 6a48763

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/hw.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
6363
- name: Install APT dependencies
6464
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
65-
run: |
66-
apt-get update
67-
apt-get install -y --no-install-recommends curl jq lsb_release
65+
uses: awalsh128/[email protected]
66+
with:
67+
packages: curl jq lsb-release
68+
version: 1.0
6869

6970
# To avoid giving unknown scripts elevated permissions, download them from the master branch
7071
- name: Get CI scripts from master

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
is_performance_enabled=${{ contains(github.event.pull_request.labels.*.name, 'perf_test') }}
4747
4848
if [[ $is_pr != 'true' ]] || [[ $is_performance_enabled == 'true' ]]; then
49-
build_types+=',"performance"'
50-
hw_types+=',"performance"'
49+
#build_types+=',"performance"'
50+
#hw_types+=',"performance"'
5151
#wokwi_types+=',"performance"'
5252
#qemu_types+=',"performance"'
5353
fi

0 commit comments

Comments
 (0)