Skip to content

Commit 87645b8

Browse files
committed
test
1 parent f3c9b3f commit 87645b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
/*
5555
!.github
5656
57+
- name: Install APT dependencies
58+
if: ${{ steps.check-build.outputs.enabled == 'true' }}
59+
uses: awalsh128/[email protected]
60+
with:
61+
packages: curl jq lsb_release
62+
version: 1.0
63+
5764
# To avoid giving unknown scripts elevated permissions, download them from the master branch
5865
- name: Get CI scripts from master
5966
if: ${{ steps.check-build.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)