Skip to content

Commit c3d65f7

Browse files
committed
re-enable GHA
1 parent 3f22ff5 commit c3d65f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
config:
3131
### Custom configs (specify your own runners here)
3232
# [Custom matrix env var]
33-
# - { os: windows-latest, r: "release" }
33+
- { os: windows-latest, r: "release" }
3434
# [Custom matrix env var]
35-
# - { os: macOS-latest, r: "release", pkgdown: "true", latex: "true" }
35+
- { os: macOS-latest, r: "release", pkgdown: "true", latex: "true" }
3636
# [Custom matrix env var]
37-
# - { os: ubuntu-latest, r: "release" }
37+
- { os: ubuntu-latest, r: "release" }
3838
# [Custom matrix env var]
3939
# - { os: ubuntu-latest, r: "devel" }
4040

0 commit comments

Comments
 (0)