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 a0c36cb commit 5f1160bCopy full SHA for 5f1160b
.github/actions/prepare-discovery/action.yml
@@ -9,7 +9,7 @@ runs:
9
steps:
10
- name: Install discovery
11
run: |
12
- wget https://github.com/mitchnegus/minimega-discovery/releases/download/firewheel-debian_faed761/discovery.deb
+ wget https://github.com/sandia-minimega/discovery/releases/download/v0.1.0/discovery.deb
13
sudo dpkg -i discovery.deb
14
sudo chown -R $USER:minimega /opt/discovery
15
shell: bash
0 commit comments