Skip to content

Commit fc20daf

Browse files
committed
Fix variable name
1 parent 434b4ac commit fc20daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
SDK_VERSION: ${{ matrix.SDK_VERSION }}
4343
- name: start ursim
4444
run: |
45-
docker run --rm -d -p 29999:29999 -p 30001-30004:30001-30004 -v ${PROGRAM_FOLDER}:/ursim/programs -v ${PROGRAM_FOLDER}:/urcaps --name ursim universalrobots/ursim_e-series:latest
45+
docker run --rm -d -p 29999:29999 -p 30001-30004:30001-30004 -v ${PROGRAM_FOLDER}:/ursim/programs -v ${URCAPS_FOLDER}:/urcaps --name ursim universalrobots/ursim_e-series:latest
4646
docker container inspect ursim
4747
env:
4848
#DOCKER_RUN_OPTS: --network ursim_net

0 commit comments

Comments
 (0)