Skip to content

Commit

Permalink
Github CI/CD update
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Feb 4, 2024
1 parent f4ca509 commit ade28f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Setup
run: |
apt-get update && apt-get install -y curl git
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: macOS-latest
name: "OS X Clang (C++14, Release)"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Build
run: |
mkdir -p build && cd build
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: windows-latest
name: "Windows VS2022 (C++14, Release)"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- uses: ilammy/msvc-dev-cmd@v1
- name: Print env
run: |
Expand Down

0 comments on commit ade28f9

Please sign in to comment.