Skip to content

Commit

Permalink
Update cxx-ci.yml workflow to use latest action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xela-95 committed Nov 6, 2024
1 parent fe5bf93 commit e32c184
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cxx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
os: [ubuntu-20.04, macos-latest, windows-2019]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down Expand Up @@ -103,8 +103,8 @@ jobs:
image: ${{ matrix.docker_image }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Print environment variables to simplify development and debugging
- name: Environment Variables
shell: bash
Expand All @@ -125,7 +125,7 @@ jobs:
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install ..
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit e32c184

Please sign in to comment.