Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
im stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
electron271 authored Oct 22, 2023
1 parent 1b54dc9 commit 4e87a93
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: its not as shrimple as that
run: pwd && ls -la
- uses: actions/checkout@v2
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: x86_64-unknown-linux-gnu
override: true
components: rustfmt, clippy
- name: its not as shrimple as that
run: pwd
- name: Add nightly-x86_64
run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Install deps
run: cargo install bootimage
- name: its not as shrimple as that
run: pwd
- name: Build
run: cargo build --verbose --release
- name: Compress Diskimg
Expand Down

0 comments on commit 4e87a93

Please sign in to comment.