Browse Source

Update build-and-test.yml

pull/23244/head
maliming 7 months ago
committed by GitHub
parent
commit
3638ac5fc7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build-and-test.yml

4
.github/workflows/build-and-test.yml

@ -56,10 +56,6 @@ jobs:
with:
dotnet-version: 9.0.100
- name: chown
run: |
sudo chown -R $USER:$USER /home/runneradmin
- name: Build All
run: ./build-all.ps1
working-directory: ./build

Loading…
Cancel
Save