Skip to content

Commit

Permalink
Merge pull request #2038 from ghaerr/cross
Browse files Browse the repository at this point in the history
[build] Fix cross build after version change
  • Loading branch information
ghaerr authored Sep 24, 2024
2 parents 7fc5492 + e8e9001 commit 34ea442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: upload
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: cross
path: cross
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ if [ "$1" = "auto" ]; then
echo "Invoking 'make defconfig'..."
make defconfig || clean_exit 2
echo "Building IBM PC image..."
cp ibmpc-1440.config .config
#cp ibmpc-1440-nc.config .config
#cp ibmpc-1440.config .config
cp ibmpc-1440-nc.config .config
else
echo
echo "Now invoking 'make menuconfig' for you to configure the system."
Expand Down

0 comments on commit 34ea442

Please sign in to comment.