Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jul 7, 2024
1 parent b1c54be commit 7f6ebc1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}

- name: πŸͺ‚ Pre-build Maps
#if: runner.os == 'Windows'
uses: eq19/maps@v2
with:
docker_hub_username: ${{ github.actor }}
Expand All @@ -50,12 +49,12 @@ jobs:
image_tag: "latest"

- name: πŸš€ Build Feed on Linux
if: runner.os == 'Windows'
#if: runner.os == 'Windows'
uses: eq19/feed@v3
with:
token: ${{ secrets.ACCESS_TOKEN }}

- name: πŸš€ Cloud Config
- name: πŸš€ Setup Lexer on Cloud
uses: eq19/lexer@v1
id: set-runner
with:
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs:
#repository: eq19/eq19.github.io

- name: πŸš€ Setup Parser
if: runner.os != 'Windows'
#if: runner.os != 'Windows'
uses: eq19/parser@v1

- name: πŸͺ‚ Evaluate Syntax
Expand Down

0 comments on commit 7f6ebc1

Please sign in to comment.