Skip to content

Commit

Permalink
Update cmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Jul 22, 2024
1 parent 13b40e1 commit a4a19bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
if: startsWith(github.event.comment.body, '/cmd')
runs-on: arc-runners-beefy-stg
steps:
- 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 git
- name: Generate a token
id: commands_token
uses: actions/[email protected]
Expand Down Expand Up @@ -69,11 +74,6 @@ jobs:
body: `Command "${{ steps.get-pr-comment.outputs.group2 }}" has started! Output: [Link to pipeline](${{ env.workflow_link }})`
})
- 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 git
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a4a19bc

Please sign in to comment.