We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d95f6c commit 78aa706Copy full SHA for 78aa706
.github/workflows/guix.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: "actions/checkout@v3"
33
- name: "Build project guile-ssh"
34
run: |
35
- guix build --file=guix.scm guile-ssh
+ guix build --file=guix.scm
36
aarch64-linux-gnu:
37
runs-on: "ubuntu-latest"
38
steps:
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
- guix build --target=aarch64-linux-gnu --file=guix.scm guile-ssh
+ guix build --target=aarch64-linux-gnu --file=guix.scm
57
58
# End of guix.yml
59
...
0 commit comments