From f85451195aa967acaa28a866cef2b1556b4c5970 Mon Sep 17 00:00:00 2001 From: Pierre Donat-Bouillud Date: Wed, 15 Jan 2025 18:25:24 -0500 Subject: [PATCH] CI: fix the building command for the client --- .github/workflows/devcontainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index dc0e3f9f..a3f442d6 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -129,7 +129,7 @@ jobs: imageName: ${{ needs.build-devcontainer.outputs.imageName }} cacheFrom: ${{ needs.build-devcontainer.outputs.imageName }} push: never - runCmd: cd client; make build + runCmd: cd client/rsh; make install - uses: actions/download-artifact@v4 with: name: snapshot