From ad382c3fc93723b2b9927909ed9b8347d8541026 Mon Sep 17 00:00:00 2001 From: Naoaki Iwakiri Date: Sat, 19 Oct 2024 19:09:24 +0900 Subject: [PATCH] fix artifact build github actions --- .github/workflows/deployment_artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment_artifact.yaml b/.github/workflows/deployment_artifact.yaml index f57c59b..7ae8404 100644 --- a/.github/workflows/deployment_artifact.yaml +++ b/.github/workflows/deployment_artifact.yaml @@ -32,7 +32,7 @@ jobs: rustflags: "" override: true - name: Install required rust tools - uses: .github/actions/install_required_cargo_bins + uses: ./.github/actions/install_required_cargo_bins - name: Install required libs (Ubuntu) run: sudo apt-get install libxkbcommon-dev - name: Build library