From aed1c62093ff953365e6d0aafce7dc7cb6bfed43 Mon Sep 17 00:00:00 2001 From: Simon Shi Date: Sun, 20 Oct 2024 10:14:33 +0800 Subject: [PATCH] m --- .github/workflows/docker-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4fe7972..1afd055 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -23,6 +23,8 @@ jobs: id-token: write # steps: + - name: Add dependency + run: sudo apt update && sudo apt install -y gcc g++ - name: Checkout repository uses: actions/checkout@v4 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.