1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
Xorg 2021-01-12 19:54:35 +01:00
parent 9468598740
commit f564913a5c
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Get Git tag - name: Get Git tag
run: echo ::set-env name=VERSION::${GITHUB_REF#refs/tags/v} run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
- name: Create distribution source tarball - name: Create distribution source tarball
run: | run: |

View file

@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Add MSBuild to PATH - name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.0 uses: microsoft/setup-msbuild@master
- name: Build with MSBuild - name: Build with MSBuild
run: | run: |