Skip to content

Commit

Permalink
Update void linux rootfs and wsl to latest version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
smorimoto authored Mar 1, 2021
1 parent d4f048d commit 941421a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@ jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
INITIAL_REF=$GITHUB_REF
REPO=${{ github.repository }}
PR_REPO=${{ github.event.pull_request.head.repo.full_name }}
if [ -n "$PR_REPO" ]; then
INITIAL_REF=$GITHUB_BASE_REF
REPO=$PR_REPO
fi
BRANCH_OR_TAG=${INITIAL_REF#refs/heads/}
BRANCH_OR_TAG=${BRANCH_OR_TAG#refs/tags/}
git clone --single-branch --branch $BRANCH_OR_TAG --depth 1 https://${{ secrets.CLONE_TOKEN }}:[email protected]/$REPO.git .
- name: Checkout code
uses: actions/checkout@v2
- name: Cleanup
run: sudo rm -rf "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY"
- name: Install prerequisites
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ LNCR_EXE=Void.exe

DLR=curl
DLR_FLAGS=-L
BASE_URL=http://alpha.de.repo.voidlinux.org/live/20191109/void-x86_64-ROOTFS-20191109.tar.xz
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/20100500/icons.zip
BASE_URL=http://alpha.de.repo.voidlinux.org/live/20210218/void-x86_64-ROOTFS-20210218.tar.xz
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/21020500/icons.zip
LNCR_ZIP_EXE=Void.exe

all: $(OUT_ZIP)
Expand Down

0 comments on commit 941421a

Please sign in to comment.