This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: linux-toolchain-check
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: linux-x64
|
||||
steps:
|
||||
- name: Rust toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
cargo --version
|
||||
rustc --version
|
||||
cc --version | head -1
|
||||
echo TOOLCHAIN_OK
|
||||
Reference in New Issue
Block a user