Skip to content

Commit

Permalink
ci: add checkout of self
Browse files Browse the repository at this point in the history
deevus committed Jan 22, 2025
1 parent cde4407 commit 40924e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -32,8 +32,11 @@ jobs:
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" `
-Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout self
uses: actions/checkout@v4

- name: Checkout Zed
uses: actions/checkout@v4
with:
repository: zed-industries/zed
ref: main

0 comments on commit 40924e6

Please sign in to comment.