CI script fixes

This commit is contained in:
Blaise Tine 2024-07-20 22:16:00 -07:00
parent 0cb75c67c0
commit e7a3b52d2a

View file

@ -1,10 +1,9 @@
# Copyright 2024 blaise
# Copyright © 2019-2023
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@ -147,7 +146,7 @@ jobs:
run: |
cd build${{ matrix.xlen }}
source ci/toolchain_env.sh
find . -type f -executable -exec chmod +x {} + # Ensure all executables have correct permissions
chmod -R +x . # Ensure all files have executable permissions
if [ "${{ matrix.name }}" == "regression" ]; then
./ci/regression.sh --unittest
./ci/regression.sh --isa