From 248732bebcfe59dc5d4248318e8b196c36058808 Mon Sep 17 00:00:00 2001 From: snehapar9 Date: Sun, 17 Sep 2023 23:59:15 -0700 Subject: [PATCH] Add ref to remote branch and test --- .github/workflows/run-validation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-validation.yml b/.github/workflows/run-validation.yml index ad720de9..563598b2 100644 --- a/.github/workflows/run-validation.yml +++ b/.github/workflows/run-validation.yml @@ -83,6 +83,7 @@ jobs: with: repository: microsoft/Oryx path: oryx + ref: snehapar/Add-libbrotli-dev - name: Log in to Azure uses: azure/login@v1 @@ -91,7 +92,8 @@ jobs: - name: Install Dependencies run: | - sudo apt-get install -y libbrotli-dev + sudo apt-get update + sudo apt-get -y install brotli lbrotlienc libbrotli-dev libbrotlicommon - name: Execute Azure Container Apps Build and Deploy Action uses: ./