Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-here-we-go-again-37'
Browse files Browse the repository at this point in the history
* fraccaman/ci-here-we-go-again-37:
  ci: release libudev
  • Loading branch information
Fraccaman committed Nov 11, 2023
2 parents 35b497a + f7d95ba commit e89a5a9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Switch to tag if specified
if: "${{ github.event.inputs.tag != '' }}"
run: git checkout ${{ github.event.inputs.tag }}
- name: Install libudev
- name: Install libudev (Linux)
if: startsWith(runner.os, 'Linux')
run: sudo apt-get update && sudo apt-get -y install libudev-dev
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
Expand Down Expand Up @@ -80,11 +81,6 @@ jobs:
if: startsWith(runner.os, 'Windows')
run: |
curl -L https://github.com/EmbarkStudios/cargo-about/releases/download/0.5.7/cargo-about-0.5.7-x86_64-pc-windows-msvc.tar.gz -o cargo-about
pwd
echo $GITHUB_PATH
echo $env.GITHUB_PATH
echo $GITHUB_WORKSPACE
echo $env.GITHUB_WORKSPACE
echo "${GITHUB_WORKSPACE}" >> $env.GITHUB_PATH
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down

0 comments on commit e89a5a9

Please sign in to comment.