Skip to content

Commit 531c805

Browse files
committed
Use correct step.
1 parent 94b520c commit 531c805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hello-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
3737
CMAKE_PREFIX_PATH: ${{ steps.install-boost.outputs.CMAKE_PREFIX_PATH }}
38-
Boost_DIR: ${{ steps.install-openssl.outputs.Boost_DIR }}
38+
Boost_DIR: ${{ steps.install-boost.outputs.Boost_DIR }}
3939

4040
- name: Dynamically Linked Hello Apps (C API only)
4141
shell: bash

0 commit comments

Comments
 (0)