Skip to content

Commit 443f6ab

Browse files
committed
typo
1 parent 39c4e4a commit 443f6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
context: ./docker/gromacs
4848
push: false
4949
build-args:
50-
GMX_OPTS='"${{ matrix.GMX_OPTS }}"'
50+
GMX_OPTS='"${{ env.GMX_OPTS }}"'
5151

5252
build-lammps-image:
5353
runs-on: ubuntu-latest
@@ -87,7 +87,7 @@ jobs:
8787
context: ./docker/lammps
8888
push: false
8989
build-args: |
90-
LMP_OPTS='"${{ matrix.LMP_OPTS }}"'
90+
LMP_OPTS='"${{ env.LMP_OPTS }}"'
9191
9292
build-common-image:
9393
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)