Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
# steps:
# - uses: actions/checkout@v3

# - uses: webfactory/ssh-agent@v0.7.0
# with:
# ssh-private-key: |
# ${{ secrets.PRIVKEY_SMBIOS_LIB }}
# - name: Install dependencies
# run: |
# sudo apt-get update
Expand Down Expand Up @@ -46,11 +42,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: |
${{ secrets.PRIVKEY_SMBIOS_LIB }}

- name: Install dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -97,11 +88,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: |
${{ secrets.PRIVKEY_SMBIOS_LIB }}

- name: Setup Rust toolchain
run: rustup show

Expand Down Expand Up @@ -130,11 +116,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: |
${{ secrets.PRIVKEY_SMBIOS_LIB }}

- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -154,11 +135,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: |
${{ secrets.PRIVKEY_SMBIOS_LIB }}

- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -184,11 +160,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: |
${{ secrets.PRIVKEY_SMBIOS_LIB }}

- name: Install dependencies
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion framework_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ no-std-compat = { version = "0.4.1", features = [ "alloc" ] }
guid_macros = { path = "../guid_macros" }

[dependencies.smbios-lib]
git = "ssh://git@github.com/FrameworkComputer/smbios-lib.git"
git = "https://github.com/FrameworkComputer/smbios-lib.git"
branch = "no-std"
optional = true
default-features = false
Expand Down