Skip to content

Commit

Permalink
CI: fix the building command for the client
Browse files Browse the repository at this point in the history
  • Loading branch information
programLyrique committed Jan 15, 2025
1 parent df39ce2 commit f854511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f854511

Please sign in to comment.