Skip to content

Commit

Permalink
trying path this time
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Aug 20, 2024
1 parent 5593712 commit 270662d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ on:
branches:
- main

defaults:
run:
working-directory: gloom-rs

jobs:
build-check:
name: Build Check
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
path: gloom-rs
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -36,6 +34,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
path: gloom-rs
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -53,6 +53,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
path: gloom-rs
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 270662d

Please sign in to comment.