dump context
This commit is contained in:
@@ -36,12 +36,17 @@ jobs:
|
||||
platform: windows-2022
|
||||
archive: zip
|
||||
name: x86_64-pc-windows-msvc
|
||||
- suffix: linux-x86_64
|
||||
platform: ubuntu-latest
|
||||
archive: tar.gz
|
||||
name: x86_64-unknown-linux-gnu
|
||||
# - suffix: linux-x86_64
|
||||
# platform: ubuntu-latest
|
||||
# archive: tar.gz
|
||||
# name: x86_64-unknown-linux-gnu
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Dump context
|
||||
run: |
|
||||
echo "$env:GITEA_CONTEXT"
|
||||
env:
|
||||
GITEA_CONTEXT: ${{ toJson(gitea) }}
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install alsa and udev
|
||||
|
Reference in New Issue
Block a user