mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-08-15 05:05:09 +00:00
Reproduce EISDIR error
This commit is contained in:
parent
6fd3edff69
commit
ae278a352e
31
.github/workflows/globbing-dirs.yml
vendored
Normal file
31
.github/workflows/globbing-dirs.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
name: simple
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
simple:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
name: Test `cargo check/test` on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# When rustup is updated, it tries to replace its binary, which on Windows is somehow locked.
|
||||
# This can result in the CI failure, see: https://github.com/rust-lang/rustup/issues/3029
|
||||
- run: |
|
||||
rustup set auto-self-update disable
|
||||
rustup toolchain install stable --profile minimal
|
||||
|
||||
- name: Create folder that will be globbed
|
||||
run: |
|
||||
mkdir -p fodler/rust-toolchain
|
||||
|
||||
- uses: ./
|
Loading…
x
Reference in New Issue
Block a user