Skip to content

Commit 02660a3

Browse files
committed
refreshenv
1 parent 9e36c2f commit 02660a3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/conan.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ jobs:
7474
uses: crazy-max/ghaction-chocolatey@v3
7575
with:
7676
args: install -y conan cmake
77+
78+
# Ensures that things installed with choco are visible to us
79+
- name: refresh env
80+
run: |
81+
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
82+
refreshenv
7783
#- name: install conan
7884
#run: py -m pip install conan
7985

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
with:
7777
args: install -y conan cmake
7878

79+
# Ensures that things installed with choco are visible to us
80+
- name: refresh env
81+
run: |
82+
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
83+
refreshenv
7984
#- name: Setup build directory
8085
#run: mkdir builds
8186

0 commit comments

Comments
 (0)