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
mgqnfoqv7k2w
AutoBuildImmortalWrt
Commits
52ecf471
"cacheflow/model_executor/layers/attention.py" did not exist on "762fd1c3faf17001b943cb68e5d08e7d7fe59119"
Unverified
Commit
52ecf471
authored
Oct 31, 2024
by
wukongdaily
Committed by
GitHub
Oct 31, 2024
Browse files
Update build.yml
parent
5b60f3eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.github/workflows/build.yml
.github/workflows/build.yml
+4
-1
No files found.
.github/workflows/build.yml
View file @
52ecf471
...
...
@@ -10,6 +10,9 @@ jobs:
-
name
:
Checkout code
uses
:
actions/checkout@v2
-
name
:
Set executable permissions
run
:
chmod +x build.sh
-
name
:
Setup Docker and Build
run
:
|
docker run --rm -i \
...
...
@@ -17,4 +20,4 @@ jobs:
-v "${{ github.workspace }}/bin:/home/build/immortalwrt/bin" \
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \
-v "${{ github.workspace }}/build.sh:/home/build/immortalwrt/build.sh" \
immortalwrt/imagebuilder:x86-64-openwrt-23.05.4 /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:x86-64-openwrt-23.05.4
/bin/sh
/home/build/immortalwrt/build.sh
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