Skip to content

Commit

Permalink
Remove deprecated certificates (#36)
Browse files Browse the repository at this point in the history
Users can always use older packages or install them by hand.
  • Loading branch information
floitsch authored Nov 8, 2024
1 parent bfbc8a1 commit 0008610
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 770 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
release:
types: [published]

env:
TOIT_VERSION: v2.0.0-alpha.100
# Will be set in the 'Setup constants' step
TOIT_URL:
# Will be set in the 'Setup constants' step
DOWNLOAD_DIR:

jobs:
build:
strategy:
Expand All @@ -19,8 +26,6 @@ jobs:
- name: Setup constants
shell: bash
run: |
TOIT_VERSION=v2.0.0-alpha.91
echo "TOIT_VERSION=$TOIT_VERSION" >> $GITHUB_ENV
export DOWNLOAD_DIR="${{ github.workspace }}/downloads"
echo "DOWNLOAD_DIR=$DOWNLOAD_DIR" >> $GITHUB_ENV
if [[ "$RUNNER_OS" = "Linux" ]]; then
Expand Down
Loading

0 comments on commit 0008610

Please sign in to comment.