Update x64_vm-build-test.yml

Reverting a bad commit
This commit is contained in:
Stephane Bourque
2023-07-16 21:15:42 -07:00
committed by GitHub
parent 7eb5d45bb8
commit 9b77f6ed22

View File

@@ -23,14 +23,13 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.BUILD_TOKEN }}
persist-credentials: true
- name: Build image for ${{ matrix.target }}
id: build
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 }}
id: package_and_upload_image