diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0173cf..96d137b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,6 @@ on: branches: - main -defaults: - run: - working-directory: gloom-rs - jobs: build-check: name: Build Check @@ -19,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + path: gloom-rs - name: Setup Rust uses: actions-rs/toolchain@v1 with: @@ -36,6 +34,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + path: gloom-rs - name: Setup Rust uses: actions-rs/toolchain@v1 with: @@ -53,6 +53,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + path: gloom-rs - name: Setup Rust uses: actions-rs/toolchain@v1 with: