Skip to content

Commit

Permalink
ci: keep rust toolchain update to date
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqimei committed Jun 13, 2023
1 parent db547f5 commit bd421be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Install Ninja
run: sudo apt-get install -y ninja-build

- name: Keep rust toolchain up to date
run: rustup update

- name: Configure CMake
run: cmake -G Ninja -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Debug

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cmake-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Install Ninja
run: sudo apt-get install -y ninja-build

- name: Keep rust toolchain up to date
run: rustup update

- name: Configure CMake
run: cmake -G Ninja -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release

Expand Down

0 comments on commit bd421be

Please sign in to comment.