Skip to content

Commit

Permalink
Update rust.yml (idk)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweattypalms authored Jun 24, 2024
1 parent 86d7c5b commit 1582e82
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install Rust nightly
run: rustup override set nightly

- name: Install required components
run: rustup component add rustfmt clippy

- name: Cache cargo registry
uses: actions/cache@v2
with:
Expand All @@ -36,6 +39,15 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-build-
- name: Print environment variables
run: printenv

- name: Print current directory
run: pwd

- name: List current directory contents
run: ls -la

- name: Build
env:
CARGO_MANIFEST_DIR: ${{ github.workspace }}
Expand Down

0 comments on commit 1582e82

Please sign in to comment.