File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 3333 - name : " Build project guile-ssh"
3434 run : |
3535 guix build --file=guix.scm
36+ x86_64-linux-gnu/libssh-0.9 :
37+ runs-on : " ubuntu-latest"
38+ steps :
39+ - name : " Guix cache"
40+ uses : " actions/cache@v3"
41+ with :
42+ path : " ~/.cache/guix"
43+ # use a key that (almost) never matches
44+ key : " guix-cache-${{ github.sha }}"
45+ restore-keys : |
46+ guix-cache-
47+ - name : " Install Guix"
48+ uses : " PromyLOPh/guix-install-action@v1"
49+ - name : " Ensure no locale warning"
50+ run : |
51+ test -z "$(guix --version 2>&1 >/dev/null)"
52+ - name : " Checkout repository"
53+ uses : " actions/checkout@v3"
54+ - name : " Build project guile-ssh"
55+ run : |
56+ export GUILE_SSH_BUILD_WITH_LIBSSH_0_9=1
57+ guix build --file=guix.scm
3658 aarch64-linux-gnu :
3759 runs-on : " ubuntu-latest"
3860 steps :
You can’t perform that action at this time.
0 commit comments