We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1d7c9 commit f1fe3e7Copy full SHA for f1fe3e7
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Nano Container - Unpack Artifacts
78
shell: pwsh
79
run: |
80
- docker exec orphan C:\unpack.ps1
+ docker exec orphan pwsh -c "C:\unpack.ps1"
81
82
- name: Nano Container - Configure CMake Project
83
0 commit comments