Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-07-26 21:50:29 +0300
committerJens Peters <jp7677@gmail.com>2022-07-26 21:50:29 +0300
commitfa9a2c4346edaf1cf75165cd3c3ac0d0e2850a8f (patch)
tree85d0c170a3c3e59cf368cc18f7173b8fa90d2fd6
parentfd28eb2d55dbe6320be45dea245cf7e1279c7011 (diff)
github: Update mingw action
This allows us to remove the git-config workaround.
-rw-r--r--.github/workflows/artifacts.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml
index 4a6900f..ec735c6 100644
--- a/.github/workflows/artifacts.yml
+++ b/.github/workflows/artifacts.yml
@@ -37,17 +37,16 @@ jobs:
uses: Joshua-Ashton/gcc-problem-matcher@v1
- name: Lint source code
- uses: Joshua-Ashton/arch-mingw-github-action@v7
+ uses: Joshua-Ashton/arch-mingw-github-action@v8
with:
command: |
meson --cross-file "./build-win64.txt" -Denable_tests=True build/lint
ninja clang-format-check -C build/lint
- name: Build and run tests
- uses: Joshua-Ashton/arch-mingw-github-action@v7
+ uses: Joshua-Ashton/arch-mingw-github-action@v8
with:
command: |
- git config --global --add safe.directory "$GITHUB_WORKSPACE"
./package-release.sh "${{ env.VERSION }}" build --enable-tests
mkdir "${HOME}/tests-prefix"
WINEPREFIX="${HOME}/tests-prefix" WINEDEBUG=-all wine \