summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-28 20:36:46 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-28 20:36:46 +0700
commitb561476a1fc05d3f27f97628ceeca9db6fcb2dd4 (patch)
treed0454b20f20771f3a1724a7442c0f2e64a3cd501 /.github
parent4b2b3cb9610d3ea881d7e6f54446d6ad2ed3d70d (diff)
downloadlibgd-b561476a1fc05d3f27f97628ceeca9db6fcb2dd4.tar.gz
enable x86, remove debug code
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_windows.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml
index 2786788..a4e807f 100644
--- a/.github/workflows/ci_windows.yml
+++ b/.github/workflows/ci_windows.yml
@@ -19,21 +19,14 @@ jobs:
matrix:
arch:
- x64
- # - x86
- # - amd64_arm64
+ - x86
+ #- amd64_arm64
name: ${{ matrix.arch }}
defaults:
run:
shell: cmd
steps:
- - name: Check Tmp
- working-directory: ${{github.workspace}}
-
- run: |
- echo %TMP%
- echo %TEMP%
-
- name: Checkout code
uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1