Skip to content

Commit ffb25be

Browse files
Merge pull request #2 from FrameworkComputer/https-clone
2 parents 5065d2d + e19d76f commit ffb25be

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/workflows/ci.yml

-29
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
@@ -97,11 +88,6 @@ jobs:
9788
steps:
9889
- uses: actions/checkout@v3
9990

100-
- uses: webfactory/[email protected]
101-
with:
102-
ssh-private-key: |
103-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
104-
10591
- name: Setup Rust toolchain
10692
run: rustup show
10793

@@ -130,11 +116,6 @@ jobs:
130116
- name: Checkout sources
131117
uses: actions/checkout@v3
132118

133-
- uses: webfactory/[email protected]
134-
with:
135-
ssh-private-key: |
136-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
137-
138119
- name: Install dependencies
139120
run: |
140121
sudo apt-get update
@@ -154,11 +135,6 @@ jobs:
154135
steps:
155136
- uses: actions/checkout@v3
156137

157-
- uses: webfactory/[email protected]
158-
with:
159-
ssh-private-key: |
160-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
161-
162138
- name: Install dependencies
163139
run: |
164140
sudo apt-get update
@@ -184,11 +160,6 @@ jobs:
184160
steps:
185161
- uses: actions/checkout@v3
186162

187-
- uses: webfactory/[email protected]
188-
with:
189-
ssh-private-key: |
190-
${{ secrets.PRIVKEY_SMBIOS_LIB }}
191-
192163
- name: Install dependencies
193164
run: |
194165
sudo apt-get update

framework_lib/Cargo.toml

+1-1
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)