We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55925bb commit 708b9eeCopy full SHA for 708b9ee
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
submodules: recursive
29
repository: Kingcom/armips
30
- ref: v0.11.0
+ ref: master
31
- name: Build armips
32
run: mkdir build && cd build && cmake .. && cmake --build . --config Release && sudo mv armips /usr/local/bin/armips && cd ..
33
- uses: actions/checkout@v4
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
0 commit comments