Don't write to /proc/self/clear_refs if not on Linux and correctly de… #258
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build on Push | |
on: | |
push: | |
branches: | |
- main | |
- stable | |
env: | |
CACHE_VERSION: xxxxx1 | |
jobs: | |
build: | |
uses: "./.github/workflows/build_and_test.yml" |