mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Merge branch 'dev'
This commit is contained in:
commit
2c76853d00
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -29,6 +29,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
# Install missing buildroot dependency
|
||||||
|
- name: Install dependency
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libelf-dev
|
||||||
|
|
||||||
- name: Cache buildroot
|
- name: Cache buildroot
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
@ -41,8 +47,6 @@ jobs:
|
|||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/buildroot/buildroot.git .buildroot
|
git clone https://github.com/buildroot/buildroot.git .buildroot
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y libelf-dev
|
|
||||||
# Copy files
|
# Copy files
|
||||||
echo "Copying files"
|
echo "Copying files"
|
||||||
cp -Ru files/* .buildroot
|
cp -Ru files/* .buildroot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user