Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiking90 committed Mar 17, 2024
1 parent cdc5271 commit e63c249
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,3 @@ jobs:
env:
RUSTFLAGS: "" # remove -Dwarnings

binder-prepare:
name: binder-prepare
runs-on: ubuntu-latest
steps:
- name: Checkout Anbox Modules
uses: actions/checkout@v2
with:
repository: choff/anbox-modules
ref: master

- name: Install DKMS
run: sudo apt-get update && sudo apt-get install -y dkms

- name: Run install.sh from Anbox Modules
run: |
chmod +x INSTALL.sh
./INSTALL.sh

0 comments on commit e63c249

Please sign in to comment.