Skip to content

Commit fa226ad

Browse files
committed
move env var declaration
1 parent 3443c39 commit fa226ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/java-windows-snippets.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
senzingsdk-repository-path: ${{ secrets.SENZING_WIN_BETA_REPOSITORY }}
3333

3434
- name: build with Maven
35-
env:
36-
SENZING_DIR: "$Env:USERPROFILE\Senzing\er"
3735
run: |
36+
$Env:SENZING_DIR = "$Env:USERPROFILE\Senzing\er"
3837
cd "${Env:GITHUB_WORKSPACE}/java"
3938
mvn clean install
4039

0 commit comments

Comments
 (0)