Skip to content

Commit 6516c6d

Browse files
committed
Experimental
Signed-off-by: michaelawyu <[email protected]>
1 parent 72abbb8 commit 6516c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish-mcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
# install it manually here.
6666
run:
6767
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
68-
- name: 'Set up build essential meta package'
68+
- name: 'Set up dependencies'
6969
# Note (chenyu1): the self-hosted 1ES ARM64 pool, for some reason, does not have the common build
7070
# tools (e.g., make) installed by default; install the build-essential meta package to set them up.
7171
run: |
7272
sudo apt-get update
73-
sudo apt-get install -y build-essential
73+
sudo apt-get install -y build-essential acl
7474
- name: 'Set up Docker'
7575
# Note (chenyu1): the self-hosted 1ES ARM64 pool, for some reason, does not have Docker installed by default,
7676
# and cannot have Docker installed via the docker/setup-docker-action Github Action, hence the manual setup

0 commit comments

Comments
 (0)