Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jun 29, 2023
1 parent 72ca086 commit f58c378
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: "print bashrc"
run: cat ~/.bashrc
continue-on-error: true

- name: "print bashrc"
run: cat /root/.bashrc
continue-on-error: true

- name: "Install dependencies"
run: bash install.sh

- name: "print bashrc"
run: cat ~/.bashrc
continue-on-error: true

- name: "print bashrc"
run: cat /root/.bashrc
continue-on-error: true

- name: "Compile project"
run: cargo build --release
run: |
. "$HOME/.cargo/env"
cargo build --release

0 comments on commit f58c378

Please sign in to comment.