Skip to content

Commit

Permalink
ci: Test with new CI commands to install Octopus CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Dec 30, 2024
1 parent fe02e2d commit 3892e87
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
generate:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand All @@ -27,10 +27,7 @@ jobs:

- name: Install Octopus CLI
run: |
sudo apt update && sudo apt install --no-install-recommends gnupg curl ca-certificates apt-transport-https && \
curl -sSfL https://apt.octopus.com/public.key | sudo apt-key add - && \
sudo sh -c "echo deb https://apt.octopus.com/ stable main > /etc/apt/sources.list.d/octopus.com.list" && \
sudo apt update && sudo apt install octopuscli
dotnet tool install --global Octopus.DotNet.Cli
- name: Build and package site for publish
run: |
Expand Down

0 comments on commit 3892e87

Please sign in to comment.