Skip to content

Commit bd0802d

Browse files
authored
Update main.yml
1 parent a0c67a8 commit bd0802d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
- name: Run Nano Container
5757
shell: pwsh
5858
run: |
59-
$workspace = "${{ github.workspace }}"
60-
docker run -dit --name orphan -v "$workspace:C:\app" app:latest
59+
docker run -dit --name orphan -v "${{ github.workspace }}:C:\app" app:latest
6160
6261
- name: Nano Container - Configure CMake Project
6362
shell: pwsh

0 commit comments

Comments
 (0)