Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
update odbc workflow (#828)
Browse files Browse the repository at this point in the history
* change version

* add core v1.2.6

* syntax

* Unable to resolve action `actions/[email protected]`, repository not found

* change msbuild version

* update release workflow

Co-authored-by: Rupal Mahajan <>
  • Loading branch information
rupal-bq authored and penghuo committed Dec 15, 2020
1 parent b618c63 commit 46735a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sql-odbc-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: add-msbuild-to-path
uses: microsoft/[email protected].0
uses: microsoft/[email protected].2
- name: configure-and-build-driver
run: |
.\build_win_release32.ps1
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: add-msbuild-to-path
uses: microsoft/[email protected].0
uses: microsoft/[email protected].2
- name: configure-and-build-driver
run: |
.\build_win_release64.ps1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sql-odbc-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: add-msbuild-to-path
uses: microsoft/[email protected].0
uses: microsoft/[email protected].2
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: add-msbuild-to-path
uses: microsoft/[email protected].0
uses: microsoft/[email protected].2
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 46735a6

Please sign in to comment.