Skip to content

Commit

Permalink
ci: add windows CI for nimskull
Browse files Browse the repository at this point in the history
  • Loading branch information
alaviss committed Aug 31, 2024
1 parent f578b77 commit 2bd4ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
- target: macos
arch: i386

# TODO: a handful of problems with SSL must be solved before this
# 32-bit OpenSSL is a pain, so skip
- target: windows
arch: i386
compiler:
name: nimskull

name:
${{ matrix.target }} on ${{ matrix.arch }} (${{ matrix.compiler.name }}
${{ matrix.compiler.version }})
Expand Down
4 changes: 2 additions & 2 deletions src/sys/private/paths_windows.nim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const
ValidSeparatorsImpl = {SeparatorImpl, '/'}

type
PathParseState = enum
PathParseState {.pure.} = enum
Start
MaybeRoot
FoundPrefix
Expand All @@ -22,7 +22,7 @@ type
AtRoot
PathElement

PathState = enum
PathState {.pure.} = enum
UncNeedHost
UncNeedShare
AtRoot
Expand Down

0 comments on commit 2bd4ebe

Please sign in to comment.