Skip to content

Commit 78aa706

Browse files
.github/workflows/guix: Don't specify the package name
* .github/workflows/guix.yml: Don't specify the package name for "guix build" as it must be taken from "guix.scm".
1 parent 5d95f6c commit 78aa706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/guix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: "actions/checkout@v3"
3333
- name: "Build project guile-ssh"
3434
run: |
35-
guix build --file=guix.scm guile-ssh
35+
guix build --file=guix.scm
3636
aarch64-linux-gnu:
3737
runs-on: "ubuntu-latest"
3838
steps:
@@ -53,7 +53,7 @@ jobs:
5353
uses: "actions/checkout@v3"
5454
- name: "Build project guile-ssh"
5555
run: |
56-
guix build --target=aarch64-linux-gnu --file=guix.scm guile-ssh
56+
guix build --target=aarch64-linux-gnu --file=guix.scm
5757
5858
# End of guix.yml
5959
...

0 commit comments

Comments
 (0)