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

Commit de5169d

Browse files
rupal-bqdai-chen
authored andcommitted
update odbc workflow (#828)
* 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 <>
1 parent 6f37d33 commit de5169d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sql-odbc-main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v1
8787
- name: add-msbuild-to-path
88-
uses: microsoft/[email protected].0
88+
uses: microsoft/[email protected].2
8989
- name: configure-and-build-driver
9090
run: |
9191
.\build_win_release32.ps1
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v1
130130
- name: add-msbuild-to-path
131-
uses: microsoft/[email protected].0
131+
uses: microsoft/[email protected].2
132132
- name: configure-and-build-driver
133133
run: |
134134
.\build_win_release64.ps1

.github/workflows/sql-odbc-release-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v1
9292
- name: add-msbuild-to-path
93-
uses: microsoft/[email protected].0
93+
uses: microsoft/[email protected].2
9494
- name: Configure AWS Credentials
9595
uses: aws-actions/configure-aws-credentials@v1
9696
with:
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- uses: actions/checkout@v1
138138
- name: add-msbuild-to-path
139-
uses: microsoft/[email protected].0
139+
uses: microsoft/[email protected].2
140140
- name: Configure AWS Credentials
141141
uses: aws-actions/configure-aws-credentials@v1
142142
with:

0 commit comments

Comments
 (0)