Skip to content

Commit

Permalink
var
Browse files Browse the repository at this point in the history
  • Loading branch information
gcontini committed May 19, 2021
1 parent b845103 commit b1519bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v1
- name: Setup
shell: bash
run: echo 1"$BOOST_ROOT_1_72_0" && echo 2"${{ BOOST_ROOT_1_72_0 }}" && echo 3"${{ env.BOOST_ROOT_1_72_0 }}"
run: set
- name: Setup2
shell: bash
run: set
run: echo "${{ env.BOOST_ROOT_1_72_0 }}"
- name: Compile
run: |
cd build
Expand Down

0 comments on commit b1519bd

Please sign in to comment.