We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4c888 commit 7bfa7c7Copy full SHA for 7bfa7c7
.github/workflows/build.yml
@@ -36,7 +36,6 @@ jobs:
36
arch: x86
37
packages: cmake
38
shell-name: alpine-x86.sh
39
- volumes: /trimal:/trimal
40
- name: Build trimal for Linux x86
41
if: matrix.arch == 'x86' && matrix.cpu_instr == 'auto-selected'
42
run: pwd && ls && cmake . && make && file bin/trimal && file bin/readal &&
0 commit comments