Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Jul 28, 2024
1 parent b9db0f7 commit 56e0a70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
run: |
echo "$(pwd)/.pixi/envs/default/bin" >> $GITHUB_PATH
- name: Install prerelease rattler-build
shell: bash
run: |
wget https://github.com/ethanc8/random-uploads/releases/download/rattler-build-099961f/rattler-build -O ~/.local/bin/rattler-build
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Run code in changed subdirectories
shell: bash
env:
Expand Down

0 comments on commit 56e0a70

Please sign in to comment.