Skip to content

Commit

Permalink
chore: update github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall-bitquill committed Feb 9, 2024
1 parent 551b96b commit 65073cb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install libcurl4 && sudo apt-get install libcurl4-openssl-dev
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install libcurl4 && sudo apt-get install libcurl4-openssl-dev
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/failover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
MYSQL_DIR: C:/mysql-${{ vars.MYSQL_VERSION }}-winx64
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Configure build environment/dependencies
- name: Install MySQL client libs and include files
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
CXX: g++-7
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install gcc7
run: sudo apt install g++-7
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
ODBC_DM_INCLUDES: /usr/local/include
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Configure build environment/dependencies
# Removing some /usr/local/bin files to avoid symlink issues wih brew update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
MYSQL_DIR: C:/mysql-${{ vars.MYSQL_VERSION }}-winx64
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Configure build environment/dependencies
- name: Install MySQL client libs
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
ODBC_DM_INCLUDES: /usr/local/include
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Configure build environment/dependencies
# Removing some /usr/local/bin files to avoid symlink issues wih brew update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache AWS SDK libraries
id: cache-dynamic-aws-sdk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ODBC_DM_INCLUDES: /usr/local/include
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Configure build environment/dependencies
# Removing some /usr/local/bin files to avoid symlink issues wih brew update
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
CXX: g++-7
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install gcc7
run: sudo apt install g++-7
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
CMAKE_GENERATOR: Visual Studio 16 2019
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Configure build environment/dependencies
- name: Install MySQL client libs
Expand Down

0 comments on commit 65073cb

Please sign in to comment.