We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bc5232 + 385161a commit 5647630Copy full SHA for 5647630
1 file changed
.github/workflows/test.yml
@@ -91,13 +91,14 @@ jobs:
91
- run: nix build
92
93
test-x86_64-freebsd:
94
- # Doesn't work on Namespace yet, opened support ticket.
95
- # runs-on: namespace-profile-mitchellh-sm
96
- runs-on: ubuntu-latest
+ runs-on: namespace-profile-mitchellh-sm-systemd
97
steps:
98
- name: Checkout code
99
uses: actions/checkout@v4
100
+ # Required by Namespace
+ - run: sudo systemctl start ssh
101
+
102
- name: test
103
uses: vmactions/freebsd-vm@v1
104
with:
0 commit comments