Skip to content

Commit 00dffd5

Browse files
committed
Update the nightly installation
1 parent 949b34a commit 00dffd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/install-nightly-ice/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ runs:
1313
if: runner.os == 'Linux'
1414
shell: bash
1515
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
16+
wget https://download.zeroc.com/ice/nightly/ubuntu24.04/ice-repo-nightly_1.0_all.deb -O ice-repo-nightly.deb
17+
sudo dpkg -i ice-repo-nightly.deb
18+
rm ice-repo-nightly.deb
1919
2020
sudo apt-get update
2121
sudo apt-get install -y libzeroc-ice-dev

0 commit comments

Comments
 (0)