mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 03:17:48 +00:00
Update x64_vm-build-test.yml
Reverting a bad commit
This commit is contained in:
7
.github/workflows/x64_vm-build-test.yml
vendored
7
.github/workflows/x64_vm-build-test.yml
vendored
@@ -23,14 +23,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
token: ${{ secrets.BUILD_TOKEN }}
|
|
||||||
persist-credentials: true
|
|
||||||
|
|
||||||
- name: Build image for ${{ matrix.target }}
|
- name: Build image for ${{ matrix.target }}
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
make -j TARGET=${{ matrix.target }}
|
git config --global user.email "you@example.com"
|
||||||
|
git config --global user.name "Your Name"
|
||||||
|
make -j TARGET=${{ matrix.target }} make -j TARGET=${{ matrix.target }}
|
||||||
|
|
||||||
- name: Package and upload image for ${{ matrix.target }}
|
- name: Package and upload image for ${{ matrix.target }}
|
||||||
id: package_and_upload_image
|
id: package_and_upload_image
|
||||||
|
|||||||
Reference in New Issue
Block a user