Skip to content

Commit 149c76c

Browse files
authored
Remove nimcache from packages
1 parent 97a213b commit 149c76c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
#- run: PATH=/github/home/.nimble/bin:$PATH nimble buildLspWs
103103

104104
# create release packages
105+
- run: rm -r ./config/nimcache
105106
- run: PATH=/github/home/.nimble/bin:$PATH nim ./tools/package_release.nims -l
106107

107108
# make zips
@@ -180,6 +181,7 @@ jobs:
180181
- run: ./rcedit-x64.exe nevc.exe --set-icon ./res/icon.ico
181182

182183
# create release packages
184+
- run: rm -r ./config/nimcache
183185
- run: nim ./tools/package_release.nims -w
184186

185187
# make zips

0 commit comments

Comments
 (0)