1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update build.yml

This commit is contained in:
Jacob Gadikian 2020-09-11 16:21:44 +07:00 committed by GitHub
parent 3968bb4b7a
commit df82bc5488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: sudo apt-get -y install git-core build-essential libssl-dev libncurses5-dev unzip gawk zlib1g-dev busybox curl rsync gettext run: sudo apt-get -y install git-core build-essential libssl-dev libncurses5-dev unzip gawk zlib1g-dev busybox curl rsync gettext
- name: build images - name: build images
run: OMR_TARGET="${{ matrix.device }}" OMR_FEED_SRC="master" ./build.sh run: OMR_TARGET="${{ matrix.device }}" OMR_FEED_SRC="master" ./build.sh -j$(nproc)
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: