Update action.yml

TEMP FIX Terminal Errors causing builds to fail
This commit is contained in:
Mitchell Krog 2025-01-19 08:06:08 +02:00 committed by GitHub
parent 4ea62e0773
commit ca3948fe26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -31,7 +33,7 @@ jobs:
- name: Configure Nginx - Stage 1 - name: Configure Nginx - Stage 1
shell: bash shell: bash
run: | run: |
echo "export TERM=xterm" >> ~/.bashrc echo "export TERM=linux" >> ~/.bashrc
source ~/.bashrc source ~/.bashrc
sudo systemctl enable nginx sudo systemctl enable nginx
sudo systemctl start nginx sudo systemctl start nginx