Skip to content

Commit

Permalink
fix vcpkg workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Nov 6, 2024
1 parent 87c8e5e commit f458129
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 f458129

Please sign in to comment.