Skip to content

Commit

Permalink
Update GitHub Actions to specify bash shell for Conan version and ena…
Browse files Browse the repository at this point in the history
…ble Ubuntu build job
  • Loading branch information
royshil committed Dec 2, 2024
1 parent 7c73903 commit 7f3b537
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/build-plugin/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ runs:

- name: Conan version
if: runner.os == 'Linux' || runner.os == 'macOS'
shell: bash
run: echo "${{ steps.conan.outputs.version }}"

- name: Install Dependencies 🛍️
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ jobs:
ubuntu-build:
name: Build for Ubuntu 🐧
runs-on: ubuntu-22.04
if: false
needs: check-event
defaults:
run:
Expand Down

0 comments on commit 7f3b537

Please sign in to comment.