Skip to content

Commit

Permalink
Fix: vcpkg workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan-rajoria authored Nov 6, 2024
1 parent 87c8e5e commit 900c8d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vcpkg-tst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
mkdir -p temp
source venv/bin/activate
cd blint-db/
python3 blint-db/blint_db/cli.py --clean-start -f -Z2
python3 ./.oras/orasclient.py -p vcpkg-tst
python blint_db/cli.py --clean-start -f -Z2
python ./.oras/orasclient.py -p vcpkg-tst
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}
4 changes: 2 additions & 2 deletions .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
mkdir -p temp
source venv/bin/activate
cd blint-db/
python3 blint-db/blint_db/cli.py --clean-start -Z2
python3 ./.oras/orasclient.py -p vcpkg
python blint_db/cli.py --clean-start -Z2
python ./.oras/orasclient.py -p vcpkg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}

0 comments on commit 900c8d6

Please sign in to comment.