mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Flow 2.5
This commit is contained in:
parent
434a809a73
commit
d208242416
2
.github/workflows/build-godot.yml
vendored
2
.github/workflows/build-godot.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Set up variable
|
||||
run: |
|
||||
echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
echo "MAIN_FOLDER=$pwd" >> $GITHUB_ENV
|
||||
echo "MAIN_FOLDER=$(pwd)" >> $GITHUB_ENV
|
||||
|
||||
- name: Installing dependencies
|
||||
run: pacman -Syu --noconfirm git bash yasm python python-pip scons gcc diffutils make wget unzip tar mingw-w64
|
||||
|
|
Loading…
Reference in a new issue