Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
cad125c4
Commit
cad125c4
authored
Oct 11, 2022
by
Johny Mattsson
Committed by
Johny Mattsson
Oct 12, 2022
Browse files
Update to use node16 actions per github advice.
parent
38ccd7b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
cad125c4
...
...
@@ -15,14 +15,14 @@ jobs:
runs-on
:
ubuntu-20.04
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
with
:
submodules
:
recursive
-
name
:
Prepare cache key
run
:
git rev-parse HEAD:sdk/esp32-esp-idf > idf.rev
shell
:
bash
-
name
:
Cache Espressif tools
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
with
:
path
:
~/.espressif
key
:
${{ runner.os }}-espressif-tools-${{ hashFiles('idf.rev') }}
...
...
@@ -58,7 +58,7 @@ jobs:
echo lua_build_opts="$(expr "$(./build/luac_cross/luac.cross -v)" : '.*\[\(.*\)\]')" >> $GITHUB_ENV
shell
:
bash
-
name
:
Upload luac.cross
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
3
if
:
${{ success() }}
with
:
name
:
luac.cross-${{ env.lua_build_opts }}-${{ matrix.target }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment