File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,20 @@ jobs:
13
13
target :
14
14
- os : linux
15
15
cpu : amd64
16
- - os : linux
17
- cpu : i386
18
16
- os : macos
19
- cpu : amd64
20
- - os : windows
21
- cpu : i386
17
+ cpu : arm64
22
18
- os : windows
23
19
cpu : amd64
24
20
include :
25
21
- target :
26
22
os : linux
27
- builder : ubuntu-20.04
23
+ builder : ubuntu-latest
28
24
- target :
29
25
os : macos
30
- builder : macos-11
26
+ builder : macos-latest
31
27
- target :
32
28
os : windows
33
- builder : windows-2019
29
+ builder : windows-latest
34
30
name : ' ${{ matrix.target.os }}-${{ matrix.target.cpu }} (${{ matrix.branch }})'
35
31
runs-on : ${{ matrix.builder }}
36
32
@@ -127,3 +123,4 @@ jobs:
127
123
target_branch : gh-pages
128
124
env :
129
125
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
126
+
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ https://example.com/test?format=jpg&name=orig##text
8
8
https://example.com/test?format=jpg##text
9
9
'''
10
10
"""
11
- import ../ src/ htmlparser
11
+ import ../../ src/ htmlparser
12
12
import std/ [xmltree, strutils]
13
13
from std/ streams import newStringStream
14
14
import std/ assertions
You can’t perform that action at this time.
0 commit comments