Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aspel authored Nov 17, 2023
1 parent 83a8d25 commit a82f055
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- id: time
run: |
time=nightly-$(date +'%Y/%m/%d')
echo "::set-output name=time::$time"
- uses: actions/checkout@v2
echo "time=${time}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
- run: sudo apt-get install xvfb build-essential ninja-build x11-apps imagemagick libcurl4-openssl-dev
- run: make -f Makefile.linux clean
- run: make -f Makefile.linux tools
Expand Down Expand Up @@ -67,9 +67,9 @@ jobs:
- id: time
run: |
time=nightly-$(date +'%Y/%m/%d')
echo "::set-output name=time::$time"
echo "time=${time}" >> $GITHUB_OUTPUT
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: brew install make ninja
- run: make -f Makefile.darwin clean
- run: make -f Makefile.darwin tools
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
tag: PathOfBuilding
body: "${{steps.time.outputs.time}}"
if: github.ref == 'refs/heads/master'


0 comments on commit a82f055

Please sign in to comment.