Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 8d5ed02

Browse files
committed
update
Signed-off-by: Lîm Tsú-thuàn <dannypsnl@gmail.com>
1 parent fb37aad commit 8d5ed02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
architecture: 'x64'
1515
variant: 'CS'
16-
version: 'current'
16+
version: 'stable'
1717
- name: Build
1818
run: |
19-
raco pkg install --auto --skip-installed --user req
19+
raco pkg install --auto --user req
2020
make install
2121
make build
2222
- name: Deploy

0 commit comments

Comments
 (0)