diff options
| author | Ray <[email protected]> | 2022-05-31 23:25:33 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-05-31 23:25:33 +0200 |
| commit | 99841b8fded02e9ce1cae7078e60d20e4e78d6b3 (patch) | |
| tree | ea27b54b510e5c70439aad331cd5328fdf63718b /.github/workflows/linux_examples.yml | |
| parent | a28dfbae9f6fcdc0be8521b61a034fc4b7d1e614 (diff) | |
| parent | 023eb3380d09f916a53c54eb86670d8c5db5c6e6 (diff) | |
| download | raylib-99841b8fded02e9ce1cae7078e60d20e4e78d6b3.tar.gz raylib-99841b8fded02e9ce1cae7078e60d20e4e78d6b3.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to '.github/workflows/linux_examples.yml')
| -rw-r--r-- | .github/workflows/linux_examples.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index fc56b4ad..3084af05 100644 --- a/.github/workflows/linux_examples.yml +++ b/.github/workflows/linux_examples.yml @@ -14,6 +14,9 @@ on: - 'examples/**' - '.github/workflows/linux_examples.yml' +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest |
