mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Ensure bash is used to set environment variables
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -252,6 +252,7 @@ jobs:
|
||||
add-to-path: false
|
||||
|
||||
- name: Setup Environment Variables
|
||||
shell: bash
|
||||
if: ${{ startsWith(matrix.platform, 'Android') }}
|
||||
run: |
|
||||
echo "ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}" >> $GITHUB_ENV
|
||||
@@ -324,6 +325,7 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Environment Variables
|
||||
shell: bash
|
||||
run: |
|
||||
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
|
||||
echo "ASAN_OPTIONS=detect_odr_violation=0" >> $GITHUB_ENV
|
||||
@@ -386,6 +388,7 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Environment Variables
|
||||
shell: bash
|
||||
run: |
|
||||
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
|
||||
echo "ASAN_OPTIONS=detect_odr_violation=0" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user