Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Feb 7, 2024
1 parent 008c03e commit 358d4ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ jobs:
distribution: temurin
- name: Install Rust toolchain for Krakatau
uses: dtolnay/rust-toolchain@stable
- name: Build Krakatau
- name: Setup cache for Rust toolchain
uses: Swatinem/rust-cache@v2
- name: Install Krakatau
run: |
git clone https://github.com/Storyyeller/Krakatau.git
cd Krakatau
cargo build --release
- name: Install Krakatau
run: ${{ matrix.os.krakatau_install_command }}
${{ matrix.os.krakatau_install_command }}
- name: Install C++ dependencies
run: ${{ matrix.os.compiler_install_command }}
- name: Build with Gradle
Expand Down

0 comments on commit 358d4ab

Please sign in to comment.