Skip to content

Commit

Permalink
Merge branch 'main' of github.com:golemcloud/golem
Browse files Browse the repository at this point in the history
  • Loading branch information
itsparser committed Jan 21, 2025
2 parents 16bbae1 + d22a30c commit 6e5dd29
Show file tree
Hide file tree
Showing 411 changed files with 40,909 additions and 5,716 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@ jobs:
submodules: recursive
- name: Fetch tag
run: git fetch origin --deepen=1
- name: Install Fontconfig
run: |
sudo apt-get update
sudo apt-get install libfontconfig1-dev
- name: Setup Rust
run: rustup update stable --no-self-update && rustup default stable
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -291,10 +287,6 @@ jobs:
submodules: recursive
- name: Fetch tag
run: git fetch origin --deepen=1
- name: Install Fontconfig
run: |
sudo apt-get update
sudo apt-get install libfontconfig1-dev
- name: Setup Rust
run: rustup update stable --no-self-update && rustup default stable
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -344,10 +336,6 @@ jobs:
submodules: recursive
- name: Fetch tag
run: git fetch origin --deepen=1
- name: Install Fontconfig
run: |
sudo apt-get update
sudo apt-get install libfontconfig1-dev
- name: Setup Rust
run: rustup update stable --no-self-update && rustup default stable
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -387,10 +375,6 @@ jobs:
submodules: recursive
- name: Fetch tag
run: git fetch origin --deepen=1
- name: Install Fontconfig
run: |
sudo apt-get update
sudo apt-get install libfontconfig1-dev
- name: Setup Rust
run: rustup update stable --no-self-update && rustup default stable
- uses: cargo-bins/cargo-binstall@main
Expand Down Expand Up @@ -433,10 +417,6 @@ jobs:
submodules: recursive
- name: Fetch tag
run: git fetch origin --deepen=1
- name: Install Fontconfig
run: |
sudo apt-get update
sudo apt-get install libfontconfig1-dev
- name: Setup Rust
run: rustup update stable --no-self-update && rustup default stable
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -478,10 +458,6 @@ jobs:
submodules: recursive
- name: Fetch tag
run: git fetch origin --deepen=1
- name: Install Fontconfig
run: |
sudo apt-get update
sudo apt-get install libfontconfig1-dev
- name: Setup Rust
run: rustup update stable --no-self-update && rustup default stable
- uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit 6e5dd29

Please sign in to comment.