Skip to content

Commit

Permalink
init workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Dec 7, 2023
1 parent 4fc729e commit a56d6f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build&test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
build:
strategy:
matrix:
runner: [arc-runner-set]
runner: [ubuntu-latest]
# runner: [arc-runner-set]

runs-on: ${{ matrix.runner }}
container:
image: docker.io/rust:latest

steps:
- name: Install
Expand Down

0 comments on commit a56d6f8

Please sign in to comment.