Skip to content

Commit

Permalink
update osx and win install
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jan 13, 2025
1 parent 7416982 commit f059f3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Senzing SDK
uses: senzing-factory/github-action-install-senzing-sdk@v1
uses: senzing-factory/github-action-install-senzing-sdk@v2
with:
senzingsdk-version: ${{ matrix.senzingsdk-version }}
senzingsdk-repository-path: ${{ secrets.SENZING_OSX_BETA_REPOSITORY }}

- name: Run go test
run: go test -json -v -p 1 -coverprofile=./cover.out -covermode=atomic -coverpkg=./... ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Senzing SDK
uses: senzing-factory/github-action-install-senzing-sdk@v1
uses: senzing-factory/github-action-install-senzing-sdk@v2
with:
senzingsdk-repository-package: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }}
senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Senzing SDK
uses: senzing-factory/github-action-install-senzing-sdk@v1
uses: senzing-factory/github-action-install-senzing-sdk@v2
with:
senzingsdk-version: ${{ matrix.senzingsdk-version }}
senzingsdk-repository-path: ${{ secrets.SENZING_WIN_BETA_REPOSITORY }}

- name: Add to "Path" environment variable
run: printf "C:\Program Files\Senzing\er\lib" | Out-File -FilePath "$env:GITHUB_PATH" -Encoding utf8 -Append
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Install Senzing SDK
uses: senzing-factory/github-action-install-senzing-sdk@v1
uses: senzing-factory/github-action-install-senzing-sdk@v2
with:
senzingsdk-repository-package: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }}
senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}
Expand Down

0 comments on commit f059f3a

Please sign in to comment.