Skip to content

Commit 0337164

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <chenyu1@microsoft.com>
1 parent 8645ebd commit 0337164

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
- name: 'Install the Azure CLI'
6565
run:
6666
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
67+
- name: 'Set up build essential meta package'
68+
run: |
69+
sudo apt-get update
70+
sudo apt-get install -y build-essential
6771
- name: 'Set up Docker'
6872
run: |
6973
sudo apt-get update

0 commit comments

Comments
 (0)