diff options
author | Guy Harris <gharris@sonic.net> | 2023-07-01 16:32:39 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-07-01 16:32:39 -0700 |
commit | 206e4ee43ed9efd8c9687cbe1b0c2f9a6c50df9b (patch) | |
tree | 75b1394144c5381a5f6947c15fb498870623c36d | |
parent | af25cb3bff355b5cfdea78fab9fd39f6bd289e50 (diff) |
Cirrus CI: show *everyhing* under C:\Program Files (x86).
Why the obsession with hiding directories, Cirrus CI?
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index be8aeb0d..2b6a2639 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -73,7 +73,7 @@ windows_task: MATRIX_CMAKE: yes MSYSTEM: MINGW64 install_script: - - dir "C:\Program Files (x86)" + - dir/a "C:\Program Files (x86)" - choco install --no-progress -y winflexbison - win_flex --version - win_bison --version |