Skip to content

Commit 708b9ee

Browse files
committed
User armips@master instead of @v0.11.0
1 parent 55925bb commit 708b9ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
submodules: recursive
2929
repository: Kingcom/armips
30-
ref: v0.11.0
30+
ref: master
3131
- name: Build armips
3232
run: mkdir build && cd build && cmake .. && cmake --build . --config Release && sudo mv armips /usr/local/bin/armips && cd ..
3333
- uses: actions/checkout@v4
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
submodules: recursive
8080
repository: Kingcom/armips
81-
ref: v0.11.0
81+
ref: master
8282
- name: Build armips
8383
run: mkdir build && cd build && cmake .. && cmake --build . --config Release && sudo mv armips /usr/local/bin/armips && cd ..
8484
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)