Skip to content

Commit

Permalink
Update build-openwrt-homelede.yml
Browse files Browse the repository at this point in the history
compile the latest code
  • Loading branch information
alexcdever authored Dec 30, 2021
1 parent b9ac7ea commit 237fc45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-openwrt-homelede.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand All @@ -59,7 +59,6 @@ jobs:
git clone $REPO_URL -b $REPO_BRANCH openwrt
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
cd openwrt
git checkout v2021.06.13
# - name: SSH connection to Actions
# uses: P3TERX/[email protected]
Expand All @@ -68,7 +67,7 @@ jobs:
# TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
# TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}

- name: Download package
- name: Prepare packages
working-directory: /workdir
id: package
run: |
Expand Down

0 comments on commit 237fc45

Please sign in to comment.