Skip to content

Commit

Permalink
fixing compiler rule command
Browse files Browse the repository at this point in the history
  • Loading branch information
bm0x committed Apr 11, 2022
1 parent 8072f25 commit 1e18f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
source build/envsetup.sh
lunch ${{ github.event.inputs.LIBRARY_NAME }}_${{ github.event.inputs.DEVICE_NAME }}-eng
make clean && make clobber
mka adbd bootimage -j$(nproc --all)
mka adbd recoveryimage -j$(nproc --all)
- name: Upload to Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 1e18f04

Please sign in to comment.