Skip to content

Commit

Permalink
debug: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Oct 30, 2023
1 parent fe46076 commit 3babdc2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ jobs:
testbed:
runs-on: ubuntu-latest
steps:
- name: Debug
run: |
echo `pwd`
ls -lR
- name: Install Rust toolchain
run: |
rustup default nightly
rustup update
- name: Update apt repositories
run: sudo apt-get update -y

- name: Build project
run: cargo build

Expand Down

0 comments on commit 3babdc2

Please sign in to comment.