Skip to content

Commit

Permalink
feat: update ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
xhcoding committed Dec 9, 2023
1 parent 19ed6c4 commit e6fec30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Guix cache
uses: actions/cache@v3
with:
Expand All @@ -19,8 +22,5 @@ jobs:
- name: Ensure no locale warning
run: test -z "$(guix --version 2>&1 >/dev/null)"

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build emacs-config
run: guix build -L $GITHUB_WORKSPACE/etc emacs-config --with-branch=emacs-config=guix
run: guix build -L etc emacs-config --with-branch=emacs-config=guix
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ endif

export HOME := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

export GIT_SSL_NO_VERIFY := 1

.PHONY: all
all: config

Expand Down
2 changes: 1 addition & 1 deletion etc/emacs-x.scm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(origin
(method git-fetch)
(uri (git-reference
(url "https://mirrors.ustc.edu.cn/emacs.git/")
(url "https://github.com/emacs-mirror/emacs.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
Expand Down

0 comments on commit e6fec30

Please sign in to comment.