Skip to content

Commit

Permalink
debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 29, 2024
1 parent a27d287 commit e41f7cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# - name: Install Rust and set a specific version
# run: |
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# source $HOME/.cargo/env
# rustup install 1.72.0
# rustup default 1.72.0

- name: Display Rust version
run: cargo --version

- name: Build
run: cargo build --verbose

Expand Down

0 comments on commit e41f7cf

Please sign in to comment.