Skip to content

Commit

Permalink
fix java action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Jan 30, 2024
1 parent c730e48 commit 37a5c62
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ on:
- libextism/**
- java/**
workflow_dispatch:

name: Rust CI

name: Java CI

jobs:
jobs:
java:
name: Java
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
version: [11, 17]
rust:
- stable
steps:
name: Java
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
version: [11, 17]
rust:
- stable
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: ./.github/actions/extism
Expand Down

0 comments on commit 37a5c62

Please sign in to comment.