Skip to content

Commit

Permalink
testing workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterychang committed Feb 6, 2024
1 parent 1a9212b commit 980f523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/vcpkg_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: git -C ${{ github.workspace }}/ext_libs/vcpkg fetch --unshallow
- uses: lukka/get-cmake@latest
- run: echo "VCPKG_COMMIT=$(git rev-parse :ext_libs/vcpkg)" >> $GITHUB_ENV
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "reinforcement-learning",
"version": "1.0.1",
"version": "1.0.2",
"builtin-baseline": "f30434939d5516ce764c549ab04e3d23d312180a",
"dependencies": [
"boost-align",
Expand Down

0 comments on commit 980f523

Please sign in to comment.