From 4c346086e65054a51c4c593a21629885f24c355f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Lystr=C3=B8m?= Date: Wed, 4 Sep 2024 13:36:22 +0200 Subject: [PATCH] fix build --- .github/workflows/infrastructure.yml | 1 + .vscode/settings.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 62fde72..0a437fc 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -32,6 +32,7 @@ jobs: with: azcliversion: latest inlineScript: | + sudo apt-get install libicu-dev az bicep lint --file infrastructure/main.bicep az bicep lint --file infrastructure/main.bicepparam diff --git a/.vscode/settings.json b/.vscode/settings.json index 2c514e6..c17bdea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,6 +16,7 @@ "Entra", "healthz", "HSTS", + "libicu", "MSSQL", "outfile", "popd",