We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4e149 commit 30ced5dCopy full SHA for 30ced5d
.github/workflows/rust.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
+ - run: npx envinfo
16
- name: Build
17
run: cargo build
18
- name: Run tests
0 commit comments