mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
More adjusts in actions
This commit is contained in:
parent
73902b0609
commit
825f31287a
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -2,7 +2,12 @@ name: Build image
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
|
||||
|
||||
# Push only in dev
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
# When a release is published
|
||||
release:
|
||||
types: [published]
|
||||
@ -34,7 +39,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libelf-dev
|
||||
sudo apt-get install -y libelf-dev qemu-utils
|
||||
|
||||
# Prepare buildroot for first make (for cache)
|
||||
- name: Prepare buildroot
|
||||
|
Loading…
x
Reference in New Issue
Block a user