mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 18:34:03 +03:00
parent
7564e532bb
commit
cf98e18319
11
gui/.github/workflows/rust.yml
vendored
11
gui/.github/workflows/rust.yml
vendored
@ -4,10 +4,15 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
rust: [nightly]
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user