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 e456547 commit f16058dCopy full SHA for f16058d
.github/workflows/install-ci.yml
@@ -11,7 +11,7 @@ env:
11
NC: '\033[0m'
12
jobs:
13
main:
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
24
mkdir -p ~/.ssh
25
chmod 700 ~/.ssh
26
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
27
- chmod 600 ~/.ssh/id_rsa
+ chmod 600 ~/.ssh/id_rsa
28
# Update known hosts within the container (recommended)
29
echo -e "${GREEN}Update known hosts${NC}"
30
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ${{ matrix.os }}
53
strategy:
54
matrix:
55
- os: [ubuntu-20.04, ubuntu-22.04]
+ os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
56
env:
57
DEV_WORKSPACE: "/workspace"
58
0 commit comments