Skip to content

Commit

Permalink
Update openwrt-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xayane authored Dec 18, 2024
1 parent d177f08 commit 3ff9c8a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,13 @@ jobs:
df -hT
echo "=============================================================================="
- name: Space cleanup
- name: Checkout
uses: actions/checkout@v4
with:
ref: master

- name: Initialization environment
working-directory: /home/runner/work/openwrt/openwrt/
env:
DEBIAN_FRONTEND: noninteractive
run: |
Expand All @@ -119,15 +125,10 @@ jobs:
sudo -E systemctl daemon-reload
sudo -E apt -y autoremove --purge
sudo -E apt clean
sudo -E timedatectl set-timezone "Asia/Shanghai"
sudo -E timedatectl set-timezone "$TZ"
sudo chown $USER:$GROUPS /home/runner/work/openwrt/openwrt/
df -h
- name: Checkout
uses: actions/checkout@v4
with:
ref: master

- name: Update feeds
run: |
#sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default
Expand Down

0 comments on commit 3ff9c8a

Please sign in to comment.