Skip to content

Commit

Permalink
see normal env
Browse files Browse the repository at this point in the history
  • Loading branch information
deg4uss3r committed Feb 7, 2025
1 parent adf2f2c commit de81a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
id: cache-build
with:
path: ${{ env.build }}
key: build-bmake-ubuntu-gcc-DEBUG-AUSAN-${{ github.sha }} # arbitary build, just for cvtpcre
key: build-bmake-ubuntu-gcc-DEBUG-AUSAN-${{ github.sha }} # arbitrary build, just for cvtpcre

- name: Convert PCRE suite
if: steps.cache-cvtpcre.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -174,6 +174,7 @@ jobs:
uname -a
sudo apt-get install bmake electric-fence
${{ matrix.cc }} --version
printenv
- name: Dependencies (MacOS)
if: matrix.os == 'macos' && steps.cache-build.outputs.cache-hit != 'true'
Expand Down

0 comments on commit de81a2e

Please sign in to comment.