Skip to content

Commit

Permalink
Forgot a library.
Browse files Browse the repository at this point in the history
  • Loading branch information
leecbaker committed Nov 3, 2019
1 parent 8bd5b48 commit 083593f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:

- name: Install static boost
run: vcpkg install boost-regex:x64-windows-static boost-system:x64-windows-static boost-iostreams:x64-windows-static boost-filesystem:x64-windows-static boost-functional:x64-windows-static
run: vcpkg install boost-regex:x64-windows-static boost-system:x64-windows-static boost-iostreams:x64-windows-static boost-filesystem:x64-windows-static boost-functional:x64-windows-static boost-algorithm:x64-windows-static
- uses: actions/checkout@v1
with:
submodule: recursive
Expand Down

0 comments on commit 083593f

Please sign in to comment.