tsk-70: Rust update #74

Merged
kdeng00 merged 5 commits from tsk-70 into main 2025-10-12 17:06:57 -04:00
Showing only changes of commit c39ec25cfd - Show all commits
+3 -3
View File
@@ -2,9 +2,9 @@ name: Rust
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master", "icarus_v2_support" ]
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install Rust version
run: rustup install 1.90.0 && rustup default 1.90.0