File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 - platform : windows-x64
2222 os : windows-latest
2323 target : x86_64-pc-windows-msvc
24- # - platform: macos-arm64
25- # os: macos-latest
26- # target: aarch64-apple-darwin
27- # - platform: linux-x64
28- # os: ubuntu-latest
29- # target: x86_64-unknown-linux-gnu
24+ - platform : macos-arm64
25+ os : macos-latest
26+ target : aarch64-apple-darwin
27+ - platform : linux-x64
28+ os : ubuntu-latest
29+ target : x86_64-unknown-linux-gnu
3030
3131 steps :
3232 - name : Checkout repository
Original file line number Diff line number Diff line change 6161 strategy :
6262 fail-fast : false
6363 matrix :
64- os : [windows-latest]
65- # os: [ubuntu-latest, windows-latest, macos-latest]
64+ os : [ubuntu-latest, windows-latest, macos-latest]
6665
6766 steps :
6867 - name : Checkout repository
Original file line number Diff line number Diff line change 11[package ]
22name = " bare"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44description = " En markdown-nettleser med fokus på personvern og enkelhet"
55authors = [" Bare Contributors" ]
66license = " GPL-3.0-only"
You can’t perform that action at this time.
0 commit comments