Skip to content

Commit

Permalink
Debug i386
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Oct 23, 2024
1 parent f726d5d commit 238035e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
pull_request:
# pull_request:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Build Nim and Nimble
run: |
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ matrix.branch }} \
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc V=1 \
bash scripts/build_nim.sh nim csources dist/nimble NimBinaries
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
Expand Down

0 comments on commit 238035e

Please sign in to comment.