Skip to content

Commit

Permalink
Update commands.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Jul 19, 2024
1 parent 0ced13b commit ff47099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install updates and protobuf-compiler
run: |
sudo apt update && sudo apt install --assume-yes \
pkg-config g++ make cmake protobuf-compiler curl libssl-dev libclang-dev libudev-dev
pkg-config g++ make cmake protobuf-compiler curl libssl-dev libclang-dev libudev-dev git
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
app-id: ${{ secrets.COMMAND_APP_ID }}
private-key: ${{ secrets.COMMAND_APP_KEY }}

- name: Run cmd.sh
- name: Run cmd
id: bench
env:
CMD: ${{ steps.parse-args.outputs.result }} # to avoid "" around the command
Expand Down

0 comments on commit ff47099

Please sign in to comment.