Skip to content

Commit a42b717

Browse files
committed
framework_lib: Clone smbios-lib via HTTPS
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 218e6ea commit a42b717

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
# steps:
1515
# - uses: actions/checkout@v3
1616

17-
# - uses: webfactory/[email protected]
18-
# with:
19-
# ssh-private-key: |
20-
# ${{ secrets.PRIVKEY_SMBIOS_LIB }}
2117
# - name: Install dependencies
2218
# run: |
2319
# sudo apt-get update
@@ -46,11 +42,6 @@ jobs:
4642
steps:
4743
- uses: actions/checkout@v3
4844

49-
- uses: webfactory/[email protected]
50-
with:
51-
ssh-private-key: |
52-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
53-
5445
- name: Install dependencies
5546
run: |
5647
sudo apt-get update
@@ -76,11 +67,6 @@ jobs:
7667
steps:
7768
- uses: actions/checkout@v3
7869

79-
- uses: webfactory/[email protected]
80-
with:
81-
ssh-private-key: |
82-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
83-
8470
- name: Setup Rust toolchain
8571
run: rustup show
8672

@@ -103,11 +89,6 @@ jobs:
10389
- name: Checkout sources
10490
uses: actions/checkout@v3
10591

106-
- uses: webfactory/[email protected]
107-
with:
108-
ssh-private-key: |
109-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
110-
11192
- name: Install dependencies
11293
run: |
11394
sudo apt-get update
@@ -127,11 +108,6 @@ jobs:
127108
steps:
128109
- uses: actions/checkout@v3
129110

130-
- uses: webfactory/[email protected]
131-
with:
132-
ssh-private-key: |
133-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
134-
135111
- name: Install dependencies
136112
run: |
137113
sudo apt-get update
@@ -157,11 +133,6 @@ jobs:
157133
steps:
158134
- uses: actions/checkout@v3
159135

160-
- uses: webfactory/[email protected]
161-
with:
162-
ssh-private-key: |
163-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
164-
165136
- name: Install dependencies
166137
run: |
167138
sudo apt-get update

framework_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ no-std-compat = { version = "0.4.1", features = [ "alloc" ] }
5252
guid_macros = { path = "../guid_macros" }
5353

5454
[dependencies.smbios-lib]
55-
git = "ssh://git@github.com/FrameworkComputer/smbios-lib.git"
55+
git = "https://github.com/FrameworkComputer/smbios-lib.git"
5656
branch = "no-std"
5757
optional = true
5858
default-features = false

0 commit comments

Comments
 (0)