There was an error while loading. Please reload this page.
1 parent 949b34a commit 00dffd5Copy full SHA for 00dffd5
1 file changed
.github/actions/install-nightly-ice/action.yml
@@ -13,9 +13,9 @@ runs:
13
if: runner.os == 'Linux'
14
shell: bash
15
run: |
16
- sudo mkdir -p /etc/apt/keyrings
17
- sudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-nightly | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc-nightly.gpg
18
- echo "deb [signed-by=/etc/apt/keyrings/zeroc-nightly.gpg] https://download.zeroc.com/nexus/repository/ubuntu24.04-nightly nightly main" | sudo tee /etc/apt/sources.list.d/zeroc-nightly.list
+ wget https://download.zeroc.com/ice/nightly/ubuntu24.04/ice-repo-nightly_1.0_all.deb -O ice-repo-nightly.deb
+ sudo dpkg -i ice-repo-nightly.deb
+ rm ice-repo-nightly.deb
19
20
sudo apt-get update
21
sudo apt-get install -y libzeroc-ice-dev
0 commit comments