Skip to content

Commit

Permalink
Seems to be working. Remove debug stuff.
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Dec 13, 2024
1 parent f45fd3e commit d146d7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
echo -n 'which python3: ' && which python3
echo -n 'python version: ' && python --version
echo -n 'python3 version: ' && python3 --version
which uv || echo "No python uv; continuing"
echo -n 'which uv: ' && (which uv || echo "No python uv; continuing")
- name: Install Conan
id: conan
Expand Down Expand Up @@ -402,7 +402,6 @@ jobs:
inputs: openfx-${{ env.RELEASE_NAME }}.tar.gz
upload-signing-artifacts: false
release-signing-artifacts: false
internal-be-careful-debug: true

- name: Upload header/libs tarball and signatures
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d146d7f

Please sign in to comment.