Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jun 26, 2024
1 parent 7e88c74 commit 7b60d46
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v4.1.7

- name: Checking something
run: |
ls
sudo crash

- name: Install packages
run: |
Expand All @@ -46,6 +41,7 @@ jobs:
repo sync -c --no-tags
- name: Update vendor ramdisk
if: false
run: |
cd ..
curl -O "https://dl.google.com/dl/android/aosp/raven-ap1a.240505.004-factory-9d783215.zip"
Expand Down

0 comments on commit 7b60d46

Please sign in to comment.