Skip to content

Commit

Permalink
Update compiler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man authored Jan 5, 2024
1 parent caea423 commit c37d200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
with:
python-version: '3.9'

- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Compile auto-mcs
run: |
mkdir -p /opt/python/
Expand All @@ -68,9 +71,6 @@ jobs:
cd build-tools
chmod +x build-linux.sh
sudo ./build-linux.sh
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Upload Binary
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c37d200

Please sign in to comment.