Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Oct 11, 2024
1 parent 77a5115 commit d0b43b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#determining-when-to-use-contexts
- name: Exit if not on master branch
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/fix-building' }}
run: exit -1

- name: Install uv
Expand Down Expand Up @@ -60,6 +60,9 @@ jobs:
- name: install git in RHEL 8 container
if: contains(matrix.container, 'redhat/ubi8')
run: dnf install -y git

- name: Ensure git is available
run: git --version

- name: Install uv
uses: astral-sh/setup-uv@v2
Expand Down

0 comments on commit d0b43b6

Please sign in to comment.