Update x64_vm-build-test.yml

xx
This commit is contained in:
Stephane Bourque
2023-07-16 20:48:49 -07:00
committed by GitHub
parent 8b64db3c7a
commit 7eb5d45bb8

View File

@@ -30,8 +30,6 @@ jobs:
- name: Build image for ${{ matrix.target }}
id: build
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
make -j TARGET=${{ matrix.target }}
- name: Package and upload image for ${{ matrix.target }}